Html Css Color HEX #CBA205 Buddha Gold

📋 copy color: '#CBA205'

red 203 ◦ green 162 ◦ blue 5

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

Shades of Buddha Gold #CBA205

Tints of Buddha Gold #CBA205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 54.86%
G = 43.78%
B = 1.35%

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

#CBA205 (or 0xCBA205) is known color: Buddha Gold. HEX triplet: CB, A2 and 05. RGB value is (203,162,5). Sum of RGB (Red+Green+Blue) = 203+162+5=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 162 (63.67% from 255 or 43.78% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBA205 is #345DFA. Grayscale: #9D9D9D. Windows color (decimal): -3431931 or 369355. OLE color: 369355.

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

Color convert

RGB 203 162 5 -
CMYK 0 0.20 0.98 0.20
HSL 47.58º 0.95% 0.41% -
HSV(B) 47.58º 0.98% 0.8% -
XYZ 37.58 38.55 5.6 -
YUV 156.36 42.58 161.27 -
System Red Green Blue C M Y K H S L
Decimal 203 162 5 0 0.20 0.98 0.20 47.58 0.95 0.41
Hex CB A2 5 0 14 62 14 30 5F 29
Octal 313 242 5 0 24 142 24 60 137 51
Binary 11001011 10100010 101 0 10100 1100010 10100 110000 1011111 101001

Color Harmonies of #CBA205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA205

Black with #CBA205

Text Example


Text Example

White with #CBA205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA205; }

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

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

background-color css

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

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

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

border-color css

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

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

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