Html Css Color HEX #CB7F0C Dark Goldenrod

📋 copy color: '#CB7F0C'

red 203 ◦ green 127 ◦ blue 12

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

Shades of Dark Goldenrod #CB7F0C

Tints of Dark Goldenrod #CB7F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

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

R = 59.36%
G = 37.13%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#CB7F0C (or 0xCB7F0C) is known color: Dark Goldenrod. HEX triplet: CB, 7F and 0C. RGB value is (203,127,12). Sum of RGB (Red+Green+Blue) = 203+127+12=342 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.36% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB7F0C is #3480F3. Grayscale: #898989. Windows color (decimal): -3440884 or 819147. OLE color: 819147.

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

Color convert

RGB 203 127 12 -
CMYK 0 0.37 0.94 0.20
HSL 36.13º 0.89% 0.42% -
HSV(B) 36.13º 0.94% 0.8% -
XYZ 32.28 27.9 4.03 -
YUV 136.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 203 127 12 0 0.37 0.94 0.20 36.13 0.89 0.42
Hex CB 7F C 0 25 5E 14 24 59 2A
Octal 313 177 14 0 45 136 24 44 131 52
Binary 11001011 1111111 1100 0 100101 1011110 10100 100100 1011001 101010

Color Harmonies of #CB7F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F0C

Black with #CB7F0C

Text Example


Text Example

White with #CB7F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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