Html Css Color HEX #CBA204 Buddha Gold

📋 copy color: '#CBA204'

red 203 ◦ green 162 ◦ blue 4

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

Shades of Buddha Gold #CBA204

Tints of Buddha Gold #CBA204

RGB

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

 GREEN value IS 162 (63.67% from 255) = 43.9%

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

R = 55.01%
G = 43.9%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CBA204 (or 0xCBA204) is known color: Buddha Gold. HEX triplet: CB, A2 and 04. RGB value is (203,162,4). Sum of RGB (Red+Green+Blue) = 203+162+4=369 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.01% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 4 (1.95% from 255 or 1.08% from 369); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA204 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA204 is #345DFB. Grayscale: #9C9C9C. Windows color (decimal): -3431932 or 303819. OLE color: 303819.

HSL color Cylindrical-coordinate representation of color #CBA204: hue angle of 47.64º 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 #CBA204 is Cyan = 0, Magento = 0.20, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 162 4 -
CMYK 0 0.20 0.98 0.20
HSL 47.64º 0.96% 0.41% -
HSV(B) 47.64º 0.98% 0.8% -
XYZ 37.57 38.55 5.57 -
YUV 156.25 42.08 161.35 -
System Red Green Blue C M Y K H S L
Decimal 203 162 4 0 0.20 0.98 0.20 47.64 0.96 0.41
Hex CB A2 4 0 14 62 14 30 60 29
Octal 313 242 4 0 24 142 24 60 140 51
Binary 11001011 10100010 100 0 10100 1100010 10100 110000 1100000 101001

Color Harmonies of #CBA204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA204

Black with #CBA204

Text Example


Text Example

White with #CBA204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA204; }

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

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

background-color css

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

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

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

border-color css

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

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

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