Html Css Color HEX #C78602 Dark Goldenrod

📋 copy color: '#C78602'

red 199 ◦ green 134 ◦ blue 2

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

Shades of Dark Goldenrod #C78602

Tints of Dark Goldenrod #C78602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 59.4%
G = 40%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C78602 (or 0xC78602) is known color: Dark Goldenrod. HEX triplet: C7, 86 and 02. RGB value is (199,134,2). Sum of RGB (Red+Green+Blue) = 199+134+2=335 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.40% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 199 - color contains mainly: red. Hex color #C78602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78602 is #3879FD. Grayscale: #8A8A8A. Windows color (decimal): -3701246 or 165575. OLE color: 165575.

HSL color Cylindrical-coordinate representation of color #C78602: hue angle of 40.2º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C78602 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 134 2 -
CMYK 0 0.33 0.99 0.22
HSL 40.2º 0.98% 0.39% -
HSV(B) 40.2º 0.99% 0.78% -
XYZ 32.09 29.2 4 -
YUV 138.39 51.03 171.23 -
System Red Green Blue C M Y K H S L
Decimal 199 134 2 0 0.33 0.99 0.22 40.2 0.98 0.39
Hex C7 86 2 0 21 63 16 28 62 27
Octal 307 206 2 0 41 143 26 50 142 47
Binary 11000111 10000110 10 0 100001 1100011 10110 101000 1100010 100111

Color Harmonies of #C78602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78602

Black with #C78602

Text Example


Text Example

White with #C78602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78602; }

 p { color: rgb(199,134,2); }

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

background-color css

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

 a { background-color: rgb(199,134,2); }

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

border-color css

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

 span { border-color: rgb(199,134,2); }

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