Html Css Color HEX #C17E02 Dark Goldenrod

📋 copy color: '#C17E02'

red 193 ◦ green 126 ◦ blue 2

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

Shades of Dark Goldenrod #C17E02

Tints of Dark Goldenrod #C17E02

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.25%

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

R = 60.12%
G = 39.25%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C17E02 (or 0xC17E02) is known color: Dark Goldenrod. HEX triplet: C1, 7E and 02. RGB value is (193,126,2). Sum of RGB (Red+Green+Blue) = 193+126+2=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C17E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17E02 is #3E81FD. Grayscale: #848484. Windows color (decimal): -4096510 or 163521. OLE color: 163521.

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

Color convert

RGB 193 126 2 -
CMYK 0 0.35 0.99 0.24
HSL 38.95º 0.98% 0.38% -
HSV(B) 38.95º 0.99% 0.76% -
XYZ 29.46 26.26 3.57 -
YUV 131.9 54.7 171.58 -
System Red Green Blue C M Y K H S L
Decimal 193 126 2 0 0.35 0.99 0.24 38.95 0.98 0.38
Hex C1 7E 2 0 23 63 18 27 62 26
Octal 301 176 2 0 43 143 30 47 142 46
Binary 11000001 1111110 10 0 100011 1100011 11000 100111 1100010 100110

Color Harmonies of #C17E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17E02

Black with #C17E02

Text Example


Text Example

White with #C17E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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