Html Css Color HEX #C37602 Dark Goldenrod

📋 copy color: '#C37602'

red 195 ◦ green 118 ◦ blue 2

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

Shades of Dark Goldenrod #C37602

Tints of Dark Goldenrod #C37602

RGB

 RED value IS 195 (76.56% from 255) = 61.9%

 GREEN value IS 118 (46.48% from 255) = 37.46%

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

R = 61.9%
G = 37.46%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C37602 (or 0xC37602) is known color: Dark Goldenrod. HEX triplet: C3, 76 and 02. RGB value is (195,118,2). Sum of RGB (Red+Green+Blue) = 195+118+2=315 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.90% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 2 (1.17% from 255 or 0.63% from 315); Max value from RGB is 195 - color contains mainly: red. Hex color #C37602 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37602 is #3C89FD. Grayscale: #808080. Windows color (decimal): -3967486 or 161475. OLE color: 161475.

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

Color convert

RGB 195 118 2 -
CMYK 0 0.39 0.99 0.24
HSL 36.06º 0.98% 0.39% -
HSV(B) 36.06º 0.99% 0.76% -
XYZ 29 24.56 3.27 -
YUV 127.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 195 118 2 0 0.39 0.99 0.24 36.06 0.98 0.39
Hex C3 76 2 0 27 63 18 24 62 27
Octal 303 166 2 0 47 143 30 44 142 47
Binary 11000011 1110110 10 0 100111 1100011 11000 100100 1100010 100111

Color Harmonies of #C37602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37602

Black with #C37602

Text Example


Text Example

White with #C37602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37602; }

 p { color: rgb(195,118,2); }

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

background-color css

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

 a { background-color: rgb(195,118,2); }

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

border-color css

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

 span { border-color: rgb(195,118,2); }

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