Html Css Color HEX #C17A04 Dark Goldenrod

📋 copy color: '#C17A04'

red 193 ◦ green 122 ◦ blue 4

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

Shades of Dark Goldenrod #C17A04

Tints of Dark Goldenrod #C17A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.24%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 60.5%
G = 38.24%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C17A04 (or 0xC17A04) is known color: Dark Goldenrod. HEX triplet: C1, 7A and 04. RGB value is (193,122,4). Sum of RGB (Red+Green+Blue) = 193+122+4=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17A04 is #3E85FB. Grayscale: #828282. Windows color (decimal): -4097532 or 293569. OLE color: 293569.

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

Color convert

RGB 193 122 4 -
CMYK 0 0.37 0.98 0.24
HSL 37.46º 0.96% 0.39% -
HSV(B) 37.46º 0.98% 0.76% -
XYZ 28.97 25.27 3.46 -
YUV 129.78 57.02 173.09 -
System Red Green Blue C M Y K H S L
Decimal 193 122 4 0 0.37 0.98 0.24 37.46 0.96 0.39
Hex C1 7A 4 0 25 62 18 25 60 27
Octal 301 172 4 0 45 142 30 45 140 47
Binary 11000001 1111010 100 0 100101 1100010 11000 100101 1100000 100111

Color Harmonies of #C17A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A04

Black with #C17A04

Text Example


Text Example

White with #C17A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A04; }

 p { color: rgb(193,122,4); }

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

background-color css

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

 a { background-color: rgb(193,122,4); }

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

border-color css

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

 span { border-color: rgb(193,122,4); }

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