Html Css Color HEX #C17F05 Dark Goldenrod

📋 copy color: '#C17F05'

red 193 ◦ green 127 ◦ blue 5

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

Shades of Dark Goldenrod #C17F05

Tints of Dark Goldenrod #C17F05

RGB

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

 GREEN value IS 127 (50% from 255) = 39.08%

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 59.38%
G = 39.08%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C17F05 (or 0xC17F05) is known color: Dark Goldenrod. HEX triplet: C1, 7F and 05. RGB value is (193,127,5). Sum of RGB (Red+Green+Blue) = 193+127+5=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C17F05 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17F05 is #3E80FA. Grayscale: #858585. Windows color (decimal): -4096251 or 360385. OLE color: 360385.

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

Color convert

RGB 193 127 5 -
CMYK 0 0.34 0.97 0.24
HSL 38.94º 0.95% 0.39% -
HSV(B) 38.94º 0.97% 0.76% -
XYZ 29.61 26.53 3.7 -
YUV 132.83 55.87 170.92 -
System Red Green Blue C M Y K H S L
Decimal 193 127 5 0 0.34 0.97 0.24 38.94 0.95 0.39
Hex C1 7F 5 0 22 61 18 27 5F 27
Octal 301 177 5 0 42 141 30 47 137 47
Binary 11000001 1111111 101 0 100010 1100001 11000 100111 1011111 100111

Color Harmonies of #C17F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17F05

Black with #C17F05

Text Example


Text Example

White with #C17F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17F05; }

 p { color: rgb(193,127,5); }

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

background-color css

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

 a { background-color: rgb(193,127,5); }

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

border-color css

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

 span { border-color: rgb(193,127,5); }

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