Html Css Color HEX #C78002 Dark Goldenrod

📋 copy color: '#C78002'

red 199 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #C78002

Tints of Dark Goldenrod #C78002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.91%

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

R = 60.49%
G = 38.91%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C78002 (or 0xC78002) is known color: Dark Goldenrod. HEX triplet: C7, 80 and 02. RGB value is (199,128,2). Sum of RGB (Red+Green+Blue) = 199+128+2=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C78002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78002 is #387FFD. Grayscale: #878787. Windows color (decimal): -3702782 or 164039. OLE color: 164039.

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

Color convert

RGB 199 128 2 -
CMYK 0 0.36 0.99 0.22
HSL 38.38º 0.98% 0.39% -
HSV(B) 38.38º 0.99% 0.78% -
XYZ 31.28 27.58 3.73 -
YUV 134.87 53.02 173.75 -
System Red Green Blue C M Y K H S L
Decimal 199 128 2 0 0.36 0.99 0.22 38.38 0.98 0.39
Hex C7 80 2 0 24 63 16 26 62 27
Octal 307 200 2 0 44 143 26 46 142 47
Binary 11000111 10000000 10 0 100100 1100011 10110 100110 1100010 100111

Color Harmonies of #C78002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78002

Black with #C78002

Text Example


Text Example

White with #C78002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78002; }

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

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

background-color css

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

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

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

border-color css

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

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

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