Html Css Color HEX #CBA515 Buddha Gold

📋 copy color: '#CBA515'

red 203 ◦ green 165 ◦ blue 21

#CBA515
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buddha Gold #CBA515

Tints of Buddha Gold #CBA515

RGB

 RED value IS 203 (79.69% from 255) = 52.19%

 GREEN value IS 165 (64.84% from 255) = 42.42%

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 52.19%
G = 42.42%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBA515 (or 0xCBA515) is known color: Buddha Gold. HEX triplet: CB, A5 and 15. RGB value is (203,165,21). Sum of RGB (Red+Green+Blue) = 203+165+21=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 165 (64.84% from 255 or 42.42% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA515 is #345AEA. Grayscale: #A0A0A0. Windows color (decimal): -3431147 or 1418699. OLE color: 1418699.

HSL color Cylindrical-coordinate representation of color #CBA515: hue angle of 47.47º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CBA515 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 21 -
CMYK 0 0.19 0.90 0.20
HSL 47.47º 0.81% 0.44% -
HSV(B) 47.47º 0.9% 0.8% -
XYZ 38.22 39.66 6.35 -
YUV 159.95 49.59 158.71 -
System Red Green Blue C M Y K H S L
Decimal 203 165 21 0 0.19 0.90 0.20 47.47 0.81 0.44
Hex CB A5 15 0 13 5A 14 2F 51 2C
Octal 313 245 25 0 23 132 24 57 121 54
Binary 11001011 10100101 10101 0 10011 1011010 10100 101111 1010001 101100

Color Harmonies of #CBA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA515

Black with #CBA515

Text Example


Text Example

White with #CBA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA515; }

 p { color: rgb(203,165,21); }

 H1.HeaderClassName
 {
   color: #CBA515;
 }
 .AnyTagClassName
 {
   color: #CBA515;
 }
</style>

background-color css

<style>
 a { background-color: #CBA515; }

 a { background-color: rgb(203,165,21); }

 div.DivClassName
 {
   background-color: #CBA515;
 }
 .BgClassName
 {
   background-color: #CBA515;
 }
</style>

border-color css

<style>
 span { border-color: #CBA515; }

 span { border-color: rgb(203,165,21); }

 td.TdClassName
 {
   border-color: #CBA515;
 }
 .TagClassName
 {
   border-color: #CBA515;
 }
</style>