Html Css Color HEX #CBA004 Buddha Gold

📋 copy color: '#CBA004'

red 203 ◦ green 160 ◦ blue 4

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

Shades of Buddha Gold #CBA004

Tints of Buddha Gold #CBA004

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.6%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 55.31%
G = 43.6%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBA004 (or 0xCBA004) is known color: Buddha Gold. HEX triplet: CB, A0 and 04. RGB value is (203,160,4). Sum of RGB (Red+Green+Blue) = 203+160+4=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA004 is #345FFB. Grayscale: #9B9B9B. Windows color (decimal): -3432444 or 303307. OLE color: 303307.

HSL color Cylindrical-coordinate representation of color #CBA004: hue angle of 47.04º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBA004 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 160 4 -
CMYK 0 0.21 0.98 0.20
HSL 47.04º 0.96% 0.41% -
HSV(B) 47.04º 0.98% 0.8% -
XYZ 37.22 37.85 5.46 -
YUV 155.07 42.75 162.18 -
System Red Green Blue C M Y K H S L
Decimal 203 160 4 0 0.21 0.98 0.20 47.04 0.96 0.41
Hex CB A0 4 0 15 62 14 2F 60 29
Octal 313 240 4 0 25 142 24 57 140 51
Binary 11001011 10100000 100 0 10101 1100010 10100 101111 1100000 101001

Color Harmonies of #CBA004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA004

Black with #CBA004

Text Example


Text Example

White with #CBA004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA004; }

 p { color: rgb(203,160,4); }

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

background-color css

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

 a { background-color: rgb(203,160,4); }

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

border-color css

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

 span { border-color: rgb(203,160,4); }

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