Html Css Color HEX #C17402 Dark Goldenrod

📋 copy color: '#C17402'

red 193 ◦ green 116 ◦ blue 2

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

Shades of Dark Goldenrod #C17402

Tints of Dark Goldenrod #C17402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 37.3%

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

R = 62.06%
G = 37.3%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C17402 (or 0xC17402) is known color: Dark Goldenrod. HEX triplet: C1, 74 and 02. RGB value is (193,116,2). Sum of RGB (Red+Green+Blue) = 193+116+2=311 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.06% from 311); Green value is 116 (45.70% from 255 or 37.30% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 193 - color contains mainly: red. Hex color #C17402 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17402 is #3E8BFD. Grayscale: #7E7E7E. Windows color (decimal): -4099070 or 160961. OLE color: 160961.

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

Color convert

RGB 193 116 2 -
CMYK 0 0.40 0.99 0.24
HSL 35.81º 0.98% 0.38% -
HSV(B) 35.81º 0.99% 0.76% -
XYZ 28.25 23.83 3.17 -
YUV 126.03 58.01 175.77 -
System Red Green Blue C M Y K H S L
Decimal 193 116 2 0 0.40 0.99 0.24 35.81 0.98 0.38
Hex C1 74 2 0 28 63 18 24 62 26
Octal 301 164 2 0 50 143 30 44 142 46
Binary 11000001 1110100 10 0 101000 1100011 11000 100100 1100010 100110

Color Harmonies of #C17402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17402

Black with #C17402

Text Example


Text Example

White with #C17402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17402; }

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

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

background-color css

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

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

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

border-color css

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

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

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