Html Css Color HEX #C37702 Dark Goldenrod

📋 copy color: '#C37702'

red 195 ◦ green 119 ◦ blue 2

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

Shades of Dark Goldenrod #C37702

Tints of Dark Goldenrod #C37702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.66%

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

R = 61.71%
G = 37.66%
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

#C37702 (or 0xC37702) is known color: Dark Goldenrod. HEX triplet: C3, 77 and 02. RGB value is (195,119,2). Sum of RGB (Red+Green+Blue) = 195+119+2=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 2 (1.17% from 255 or 0.63% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C37702 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37702 is #3C88FD. Grayscale: #808080. Windows color (decimal): -3967230 or 161731. OLE color: 161731.

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

Color convert

RGB 195 119 2 -
CMYK 0 0.39 0.99 0.24
HSL 36.37º 0.98% 0.39% -
HSV(B) 36.37º 0.99% 0.76% -
XYZ 29.11 24.8 3.31 -
YUV 128.39 56.68 175.51 -
System Red Green Blue C M Y K H S L
Decimal 195 119 2 0 0.39 0.99 0.24 36.37 0.98 0.39
Hex C3 77 2 0 27 63 18 24 62 27
Octal 303 167 2 0 47 143 30 44 142 47
Binary 11000011 1110111 10 0 100111 1100011 11000 100100 1100010 100111

Color Harmonies of #C37702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37702

Black with #C37702

Text Example


Text Example

White with #C37702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37702; }

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

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

background-color css

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

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

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

border-color css

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

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

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