Html Css Color HEX #C07C08 Dark Goldenrod

📋 copy color: '#C07C08'

red 192 ◦ green 124 ◦ blue 8

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

Shades of Dark Goldenrod #C07C08

Tints of Dark Goldenrod #C07C08

RGB

 RED value IS 192 (75.39% from 255) = 59.26%

 GREEN value IS 124 (48.83% from 255) = 38.27%

 BLUE value IS 8 (3.52% from 255) = 2.47%

R = 59.26%
G = 38.27%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#C07C08 (or 0xC07C08) is known color: Dark Goldenrod. HEX triplet: C0, 7C and 08. RGB value is (192,124,8). Sum of RGB (Red+Green+Blue) = 192+124+8=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 8 (3.52% from 255 or 2.47% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07C08 is #3F83F7. Grayscale: #838383. Windows color (decimal): -4162552 or 556224. OLE color: 556224.

HSL color Cylindrical-coordinate representation of color #C07C08: hue angle of 37.83º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C07C08 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 124 8 -
CMYK 0 0.35 0.96 0.25
HSL 37.83º 0.92% 0.39% -
HSV(B) 37.83º 0.96% 0.75% -
XYZ 28.99 25.64 3.65 -
YUV 131.11 58.53 171.43 -
System Red Green Blue C M Y K H S L
Decimal 192 124 8 0 0.35 0.96 0.25 37.83 0.92 0.39
Hex C0 7C 8 0 23 60 19 26 5C 27
Octal 300 174 10 0 43 140 31 46 134 47
Binary 11000000 1111100 1000 0 100011 1100000 11001 100110 1011100 100111

Color Harmonies of #C07C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07C08

Black with #C07C08

Text Example


Text Example

White with #C07C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07C08; }

 p { color: rgb(192,124,8); }

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

background-color css

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

 a { background-color: rgb(192,124,8); }

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

border-color css

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

 span { border-color: rgb(192,124,8); }

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