Html Css Color HEX #C78308 Dark Goldenrod

📋 copy color: '#C78308'

red 199 ◦ green 131 ◦ blue 8

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

Shades of Dark Goldenrod #C78308

Tints of Dark Goldenrod #C78308

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.76%

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

R = 58.88%
G = 38.76%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C78308 (or 0xC78308) is known color: Dark Goldenrod. HEX triplet: C7, 83 and 08. RGB value is (199,131,8). Sum of RGB (Red+Green+Blue) = 199+131+8=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 131 (51.56% from 255 or 38.76% from 338); Blue value is 8 (3.52% from 255 or 2.37% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C78308 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78308 is #387CF7. Grayscale: #898989. Windows color (decimal): -3702008 or 558023. OLE color: 558023.

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

Color convert

RGB 199 131 8 -
CMYK 0 0.34 0.96 0.22
HSL 38.64º 0.92% 0.41% -
HSV(B) 38.64º 0.96% 0.78% -
XYZ 31.71 28.39 4.04 -
YUV 137.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 199 131 8 0 0.34 0.96 0.22 38.64 0.92 0.41
Hex C7 83 8 0 22 60 16 27 5C 29
Octal 307 203 10 0 42 140 26 47 134 51
Binary 11000111 10000011 1000 0 100010 1100000 10110 100111 1011100 101001

Color Harmonies of #C78308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78308

Black with #C78308

Text Example


Text Example

White with #C78308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78308; }

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

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

background-color css

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

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

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

border-color css

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

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

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