Html Css Color HEX #C78502 Dark Goldenrod

📋 copy color: '#C78502'

red 199 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #C78502

Tints of Dark Goldenrod #C78502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.82%

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

R = 59.58%
G = 39.82%
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

#C78502 (or 0xC78502) is known color: Dark Goldenrod. HEX triplet: C7, 85 and 02. RGB value is (199,133,2). Sum of RGB (Red+Green+Blue) = 199+133+2=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C78502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78502 is #387AFD. Grayscale: #8A8A8A. Windows color (decimal): -3701502 or 165319. OLE color: 165319.

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

Color convert

RGB 199 133 2 -
CMYK 0 0.33 0.99 0.22
HSL 39.9º 0.98% 0.39% -
HSV(B) 39.9º 0.99% 0.78% -
XYZ 31.95 28.92 3.96 -
YUV 137.8 51.37 171.65 -
System Red Green Blue C M Y K H S L
Decimal 199 133 2 0 0.33 0.99 0.22 39.9 0.98 0.39
Hex C7 85 2 0 21 63 16 28 62 27
Octal 307 205 2 0 41 143 26 50 142 47
Binary 11000111 10000101 10 0 100001 1100011 10110 101000 1100010 100111

Color Harmonies of #C78502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78502

Black with #C78502

Text Example


Text Example

White with #C78502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78502; }

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

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

background-color css

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

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

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

border-color css

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

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

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