Html Css Color HEX #CB7D0C Dark Goldenrod

📋 copy color: '#CB7D0C'

red 203 ◦ green 125 ◦ blue 12

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

Shades of Dark Goldenrod #CB7D0C

Tints of Dark Goldenrod #CB7D0C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.76%

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

R = 59.71%
G = 36.76%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB7D0C (or 0xCB7D0C) is known color: Dark Goldenrod. HEX triplet: CB, 7D and 0C. RGB value is (203,125,12). Sum of RGB (Red+Green+Blue) = 203+125+12=340 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.71% from 340); Green value is 125 (49.22% from 255 or 36.76% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7D0C is #3482F3. Grayscale: #878787. Windows color (decimal): -3441396 or 818635. OLE color: 818635.

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

Color convert

RGB 203 125 12 -
CMYK 0 0.38 0.94 0.20
HSL 35.5º 0.89% 0.42% -
HSV(B) 35.5º 0.94% 0.8% -
XYZ 32.03 27.39 3.95 -
YUV 135.44 58.34 176.19 -
System Red Green Blue C M Y K H S L
Decimal 203 125 12 0 0.38 0.94 0.20 35.5 0.89 0.42
Hex CB 7D C 0 26 5E 14 23 59 2A
Octal 313 175 14 0 46 136 24 43 131 52
Binary 11001011 1111101 1100 0 100110 1011110 10100 100011 1011001 101010

Color Harmonies of #CB7D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7D0C

Black with #CB7D0C

Text Example


Text Example

White with #CB7D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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