Html Css Color HEX #C37502 Dark Goldenrod

📋 copy color: '#C37502'

red 195 ◦ green 117 ◦ blue 2

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

Shades of Dark Goldenrod #C37502

Tints of Dark Goldenrod #C37502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 37.26%

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

R = 62.1%
G = 37.26%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C37502 (or 0xC37502) is known color: Dark Goldenrod. HEX triplet: C3, 75 and 02. RGB value is (195,117,2). Sum of RGB (Red+Green+Blue) = 195+117+2=314 (41% of max value = 765). Red value is 195 (76.56% from 255 or 62.10% from 314); Green value is 117 (46.09% from 255 or 37.26% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 195 - color contains mainly: red. Hex color #C37502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37502 is #3C8AFD. Grayscale: #7F7F7F. Windows color (decimal): -3967742 or 161219. OLE color: 161219.

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

Color convert

RGB 195 117 2 -
CMYK 0 0.4 0.99 0.24
HSL 35.75º 0.98% 0.39% -
HSV(B) 35.75º 0.99% 0.76% -
XYZ 28.88 24.33 3.23 -
YUV 127.21 57.34 176.35 -
System Red Green Blue C M Y K H S L
Decimal 195 117 2 0 0.4 0.99 0.24 35.75 0.98 0.39
Hex C3 75 2 0 28 63 18 24 62 27
Octal 303 165 2 0 50 143 30 44 142 47
Binary 11000011 1110101 10 0 101000 1100011 11000 100100 1100010 100111

Color Harmonies of #C37502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37502

Black with #C37502

Text Example


Text Example

White with #C37502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37502; }

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

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

background-color css

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

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

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

border-color css

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

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

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