Html Css Color HEX #C17502 Dark Goldenrod

📋 copy color: '#C17502'

red 193 ◦ green 117 ◦ blue 2

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

Shades of Dark Goldenrod #C17502

Tints of Dark Goldenrod #C17502

RGB

 RED value IS 193 (75.78% from 255) = 61.86%

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

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

R = 61.86%
G = 37.5%
B = 0.64%

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

#C17502 (or 0xC17502) is known color: Dark Goldenrod. HEX triplet: C1, 75 and 02. RGB value is (193,117,2). Sum of RGB (Red+Green+Blue) = 193+117+2=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C17502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17502 is #3E8AFD. Grayscale: #7F7F7F. Windows color (decimal): -4098814 or 161217. OLE color: 161217.

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

Color convert

RGB 193 117 2 -
CMYK 0 0.39 0.99 0.24
HSL 36.13º 0.98% 0.38% -
HSV(B) 36.13º 0.99% 0.76% -
XYZ 28.36 24.06 3.21 -
YUV 126.61 57.68 175.35 -
System Red Green Blue C M Y K H S L
Decimal 193 117 2 0 0.39 0.99 0.24 36.13 0.98 0.38
Hex C1 75 2 0 27 63 18 24 62 26
Octal 301 165 2 0 47 143 30 44 142 46
Binary 11000001 1110101 10 0 100111 1100011 11000 100100 1100010 100110

Color Harmonies of #C17502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17502

Black with #C17502

Text Example


Text Example

White with #C17502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17502; }

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

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

background-color css

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

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

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

border-color css

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

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

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