Html Css Color HEX #C78402 Dark Goldenrod

📋 copy color: '#C78402'

red 199 ◦ green 132 ◦ blue 2

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

Shades of Dark Goldenrod #C78402

Tints of Dark Goldenrod #C78402

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.64%

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

R = 59.76%
G = 39.64%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C78402 (or 0xC78402) is known color: Dark Goldenrod. HEX triplet: C7, 84 and 02. RGB value is (199,132,2). Sum of RGB (Red+Green+Blue) = 199+132+2=333 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.76% from 333); Green value is 132 (51.95% from 255 or 39.64% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 199 - color contains mainly: red. Hex color #C78402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78402 is #387BFD. Grayscale: #898989. Windows color (decimal): -3701758 or 165063. OLE color: 165063.

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

Color convert

RGB 199 132 2 -
CMYK 0 0.34 0.99 0.22
HSL 39.59º 0.98% 0.39% -
HSV(B) 39.59º 0.99% 0.78% -
XYZ 31.82 28.65 3.91 -
YUV 137.21 51.7 172.07 -
System Red Green Blue C M Y K H S L
Decimal 199 132 2 0 0.34 0.99 0.22 39.59 0.98 0.39
Hex C7 84 2 0 22 63 16 28 62 27
Octal 307 204 2 0 42 143 26 50 142 47
Binary 11000111 10000100 10 0 100010 1100011 10110 101000 1100010 100111

Color Harmonies of #C78402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78402

Black with #C78402

Text Example


Text Example

White with #C78402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78402; }

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

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

background-color css

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

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

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

border-color css

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

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

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