Html Css Color HEX #C37505 Dark Goldenrod

📋 copy color: '#C37505'

red 195 ◦ green 117 ◦ blue 5

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

Shades of Dark Goldenrod #C37505

Tints of Dark Goldenrod #C37505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 61.51%
G = 36.91%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C37505 (or 0xC37505) is known color: Dark Goldenrod. HEX triplet: C3, 75 and 05. RGB value is (195,117,5). Sum of RGB (Red+Green+Blue) = 195+117+5=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 117 (46.09% from 255 or 36.91% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C37505 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37505 is #3C8AFA. Grayscale: #808080. Windows color (decimal): -3967739 or 357827. OLE color: 357827.

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

Color convert

RGB 195 117 5 -
CMYK 0 0.4 0.97 0.24
HSL 35.37º 0.95% 0.39% -
HSV(B) 35.37º 0.97% 0.76% -
XYZ 28.89 24.34 3.32 -
YUV 127.55 58.84 176.11 -
System Red Green Blue C M Y K H S L
Decimal 195 117 5 0 0.4 0.97 0.24 35.37 0.95 0.39
Hex C3 75 5 0 28 61 18 23 5F 27
Octal 303 165 5 0 50 141 30 43 137 47
Binary 11000011 1110101 101 0 101000 1100001 11000 100011 1011111 100111

Color Harmonies of #C37505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37505

Black with #C37505

Text Example


Text Example

White with #C37505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37505; }

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

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

background-color css

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

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

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

border-color css

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

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

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