Html Css Color HEX #CB9D0D Buddha Gold

📋 copy color: '#CB9D0D'

red 203 ◦ green 157 ◦ blue 13

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

Shades of Buddha Gold #CB9D0D

Tints of Buddha Gold #CB9D0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.49%

R = 54.42%
G = 42.09%
B = 3.49%

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

#CB9D0D (or 0xCB9D0D) is known color: Buddha Gold. HEX triplet: CB, 9D and 0D. RGB value is (203,157,13). Sum of RGB (Red+Green+Blue) = 203+157+13=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9D0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CB9D0D is #3462F2. Grayscale: #9A9A9A. Windows color (decimal): -3433203 or 892363. OLE color: 892363.

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

Color convert

RGB 203 157 13 -
CMYK 0 0.23 0.94 0.20
HSL 45.47º 0.88% 0.42% -
HSV(B) 45.47º 0.94% 0.8% -
XYZ 36.76 36.84 5.55 -
YUV 154.34 48.24 162.71 -
System Red Green Blue C M Y K H S L
Decimal 203 157 13 0 0.23 0.94 0.20 45.47 0.88 0.42
Hex CB 9D D 0 17 5E 14 2D 58 2A
Octal 313 235 15 0 27 136 24 55 130 52
Binary 11001011 10011101 1101 0 10111 1011110 10100 101101 1011000 101010

Color Harmonies of #CB9D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9D0D

Black with #CB9D0D

Text Example


Text Example

White with #CB9D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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