Html Css Color HEX #C07802 Dark Goldenrod

📋 copy color: '#C07802'

red 192 ◦ green 120 ◦ blue 2

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

Shades of Dark Goldenrod #C07802

Tints of Dark Goldenrod #C07802

RGB

 RED value IS 192 (75.39% from 255) = 61.15%

 GREEN value IS 120 (47.27% from 255) = 38.22%

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

R = 61.15%
G = 38.22%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#C07802 (or 0xC07802) is known color: Dark Goldenrod. HEX triplet: C0, 78 and 02. RGB value is (192,120,2). Sum of RGB (Red+Green+Blue) = 192+120+2=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C07802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07802 is #3F87FD. Grayscale: #808080. Windows color (decimal): -4163582 or 161984. OLE color: 161984.

HSL color Cylindrical-coordinate representation of color #C07802: hue angle of 37.26º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C07802 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 2 -
CMYK 0 0.38 0.99 0.25
HSL 37.26º 0.98% 0.38% -
HSV(B) 37.26º 0.99% 0.75% -
XYZ 28.47 24.64 3.31 -
YUV 128.08 56.85 173.59 -
System Red Green Blue C M Y K H S L
Decimal 192 120 2 0 0.38 0.99 0.25 37.26 0.98 0.38
Hex C0 78 2 0 26 63 19 25 62 26
Octal 300 170 2 0 46 143 31 45 142 46
Binary 11000000 1111000 10 0 100110 1100011 11001 100101 1100010 100110

Color Harmonies of #C07802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07802

Black with #C07802

Text Example


Text Example

White with #C07802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07802; }

 p { color: rgb(192,120,2); }

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

background-color css

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

 a { background-color: rgb(192,120,2); }

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

border-color css

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

 span { border-color: rgb(192,120,2); }

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