Html Css Color HEX #C78008 Dark Goldenrod

📋 copy color: '#C78008'

red 199 ◦ green 128 ◦ blue 8

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

Shades of Dark Goldenrod #C78008

Tints of Dark Goldenrod #C78008

RGB

 RED value IS 199 (78.13% from 255) = 59.4%

 GREEN value IS 128 (50.39% from 255) = 38.21%

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

R = 59.4%
G = 38.21%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C78008 (or 0xC78008) is known color: Dark Goldenrod. HEX triplet: C7, 80 and 08. RGB value is (199,128,8). Sum of RGB (Red+Green+Blue) = 199+128+8=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 128 (50.39% from 255 or 38.21% from 335); Blue value is 8 (3.52% from 255 or 2.39% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C78008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78008 is #387FF7. Grayscale: #888888. Windows color (decimal): -3702776 or 557255. OLE color: 557255.

HSL color Cylindrical-coordinate representation of color #C78008: hue angle of 37.7º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C78008 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 8 -
CMYK 0 0.36 0.96 0.22
HSL 37.7º 0.92% 0.41% -
HSV(B) 37.7º 0.96% 0.78% -
XYZ 31.32 27.6 3.91 -
YUV 135.55 56.02 173.26 -
System Red Green Blue C M Y K H S L
Decimal 199 128 8 0 0.36 0.96 0.22 37.7 0.92 0.41
Hex C7 80 8 0 24 60 16 26 5C 29
Octal 307 200 10 0 44 140 26 46 134 51
Binary 11000111 10000000 1000 0 100100 1100000 10110 100110 1011100 101001

Color Harmonies of #C78008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78008

Black with #C78008

Text Example


Text Example

White with #C78008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78008; }

 p { color: rgb(199,128,8); }

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

background-color css

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

 a { background-color: rgb(199,128,8); }

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

border-color css

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

 span { border-color: rgb(199,128,8); }

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