Html Css Color HEX #CB9D0C Buddha Gold

📋 copy color: '#CB9D0C'

red 203 ◦ green 157 ◦ blue 12

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

Shades of Buddha Gold #CB9D0C

Tints of Buddha Gold #CB9D0C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.2%

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 54.57%
G = 42.2%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB9D0C (or 0xCB9D0C) is known color: Buddha Gold. HEX triplet: CB, 9D and 0C. RGB value is (203,157,12). Sum of RGB (Red+Green+Blue) = 203+157+12=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 12 (5.08% from 255 or 3.23% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9D0C is #3462F3. Grayscale: #9A9A9A. Windows color (decimal): -3433204 or 826827. OLE color: 826827.

HSL color Cylindrical-coordinate representation of color #CB9D0C: hue angle of 45.55º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB9D0C is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 157 12 -
CMYK 0 0.23 0.94 0.20
HSL 45.55º 0.89% 0.42% -
HSV(B) 45.55º 0.94% 0.8% -
XYZ 36.75 36.84 5.52 -
YUV 154.22 47.74 162.79 -
System Red Green Blue C M Y K H S L
Decimal 203 157 12 0 0.23 0.94 0.20 45.55 0.89 0.42
Hex CB 9D C 0 17 5E 14 2E 59 2A
Octal 313 235 14 0 27 136 24 56 131 52
Binary 11001011 10011101 1100 0 10111 1011110 10100 101110 1011001 101010

Color Harmonies of #CB9D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9D0C

Black with #CB9D0C

Text Example


Text Example

White with #CB9D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9D0C; }

 p { color: rgb(203,157,12); }

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

background-color css

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

 a { background-color: rgb(203,157,12); }

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

border-color css

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

 span { border-color: rgb(203,157,12); }

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