Html Css Color HEX #C17D0E Dark Goldenrod

📋 copy color: '#C17D0E'

red 193 ◦ green 125 ◦ blue 14

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

Shades of Dark Goldenrod #C17D0E

Tints of Dark Goldenrod #C17D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.22%

R = 58.13%
G = 37.65%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C17D0E (or 0xC17D0E) is known color: Dark Goldenrod. HEX triplet: C1, 7D and 0E. RGB value is (193,125,14). Sum of RGB (Red+Green+Blue) = 193+125+14=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 125 (49.22% from 255 or 37.65% from 332); Blue value is 14 (5.86% from 255 or 4.22% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C17D0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17D0E is #3E82F1. Grayscale: #858585. Windows color (decimal): -4096754 or 949697. OLE color: 949697.

HSL color Cylindrical-coordinate representation of color #C17D0E: hue angle of 37.21º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C17D0E is Cyan = 0, Magento = 0.35, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 125 14 -
CMYK 0 0.35 0.93 0.24
HSL 37.21º 0.86% 0.41% -
HSV(B) 37.21º 0.93% 0.76% -
XYZ 29.41 26.04 3.89 -
YUV 132.68 61.03 171.03 -
System Red Green Blue C M Y K H S L
Decimal 193 125 14 0 0.35 0.93 0.24 37.21 0.86 0.41
Hex C1 7D E 0 23 5D 18 25 56 29
Octal 301 175 16 0 43 135 30 45 126 51
Binary 11000001 1111101 1110 0 100011 1011101 11000 100101 1010110 101001

Color Harmonies of #C17D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17D0E

Black with #C17D0E

Text Example


Text Example

White with #C17D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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