Html Css Color HEX #C78208 Dark Goldenrod

📋 copy color: '#C78208'

red 199 ◦ green 130 ◦ blue 8

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

Shades of Dark Goldenrod #C78208

Tints of Dark Goldenrod #C78208

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.58%

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

R = 59.05%
G = 38.58%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C78208 (or 0xC78208) is known color: Dark Goldenrod. HEX triplet: C7, 82 and 08. RGB value is (199,130,8). Sum of RGB (Red+Green+Blue) = 199+130+8=337 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.05% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 199 - color contains mainly: red. Hex color #C78208 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78208 is #387DF7. Grayscale: #898989. Windows color (decimal): -3702264 or 557767. OLE color: 557767.

HSL color Cylindrical-coordinate representation of color #C78208: hue angle of 38.32º 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 #C78208 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 130 8 -
CMYK 0 0.35 0.96 0.22
HSL 38.32º 0.92% 0.41% -
HSV(B) 38.32º 0.96% 0.78% -
XYZ 31.58 28.12 3.99 -
YUV 136.72 55.36 172.42 -
System Red Green Blue C M Y K H S L
Decimal 199 130 8 0 0.35 0.96 0.22 38.32 0.92 0.41
Hex C7 82 8 0 23 60 16 26 5C 29
Octal 307 202 10 0 43 140 26 46 134 51
Binary 11000111 10000010 1000 0 100011 1100000 10110 100110 1011100 101001

Color Harmonies of #C78208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78208

Black with #C78208

Text Example


Text Example

White with #C78208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78208; }

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

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

background-color css

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

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

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

border-color css

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

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

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