Html Css Color HEX #C17C08 Dark Goldenrod

📋 copy color: '#C17C08'

red 193 ◦ green 124 ◦ blue 8

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

Shades of Dark Goldenrod #C17C08

Tints of Dark Goldenrod #C17C08

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.15%

 BLUE value IS 8 (3.52% from 255) = 2.46%

R = 59.38%
G = 38.15%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C17C08 (or 0xC17C08) is known color: Dark Goldenrod. HEX triplet: C1, 7C and 08. RGB value is (193,124,8). Sum of RGB (Red+Green+Blue) = 193+124+8=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 124 (48.83% from 255 or 38.15% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17C08 is #3E83F7. Grayscale: #838383. Windows color (decimal): -4097016 or 556225. OLE color: 556225.

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

Color convert

RGB 193 124 8 -
CMYK 0 0.36 0.96 0.24
HSL 37.62º 0.92% 0.39% -
HSV(B) 37.62º 0.96% 0.76% -
XYZ 29.24 25.77 3.66 -
YUV 131.41 58.36 171.93 -
System Red Green Blue C M Y K H S L
Decimal 193 124 8 0 0.36 0.96 0.24 37.62 0.92 0.39
Hex C1 7C 8 0 24 60 18 26 5C 27
Octal 301 174 10 0 44 140 30 46 134 47
Binary 11000001 1111100 1000 0 100100 1100000 11000 100110 1011100 100111

Color Harmonies of #C17C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C08

Black with #C17C08

Text Example


Text Example

White with #C17C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C08; }

 p { color: rgb(193,124,8); }

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

background-color css

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

 a { background-color: rgb(193,124,8); }

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

border-color css

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

 span { border-color: rgb(193,124,8); }

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