Html Css Color HEX #C17D06 Dark Goldenrod

📋 copy color: '#C17D06'

red 193 ◦ green 125 ◦ blue 6

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

Shades of Dark Goldenrod #C17D06

Tints of Dark Goldenrod #C17D06

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.58%

 BLUE value IS 6 (2.73% from 255) = 1.85%

R = 59.57%
G = 38.58%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C17D06 (or 0xC17D06) is known color: Dark Goldenrod. HEX triplet: C1, 7D and 06. RGB value is (193,125,6). Sum of RGB (Red+Green+Blue) = 193+125+6=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 6 (2.73% from 255 or 1.85% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17D06 is #3E82F9. Grayscale: #848484. Windows color (decimal): -4096762 or 425409. OLE color: 425409.

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

Color convert

RGB 193 125 6 -
CMYK 0 0.35 0.97 0.24
HSL 38.18º 0.94% 0.39% -
HSV(B) 38.18º 0.97% 0.76% -
XYZ 29.36 26.02 3.65 -
YUV 131.77 57.03 171.68 -
System Red Green Blue C M Y K H S L
Decimal 193 125 6 0 0.35 0.97 0.24 38.18 0.94 0.39
Hex C1 7D 6 0 23 61 18 26 5E 27
Octal 301 175 6 0 43 141 30 46 136 47
Binary 11000001 1111101 110 0 100011 1100001 11000 100110 1011110 100111

Color Harmonies of #C17D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D06

Black with #C17D06

Text Example


Text Example

White with #C17D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D06; }

 p { color: rgb(193,125,6); }

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

background-color css

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

 a { background-color: rgb(193,125,6); }

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

border-color css

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

 span { border-color: rgb(193,125,6); }

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