Html Css Color HEX #C17C01 Dark Goldenrod

📋 copy color: '#C17C01'

red 193 ◦ green 124 ◦ blue 1

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

Shades of Dark Goldenrod #C17C01

Tints of Dark Goldenrod #C17C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 60.69%
G = 38.99%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C17C01 (or 0xC17C01) is known color: Dark Goldenrod. HEX triplet: C1, 7C and 01. RGB value is (193,124,1). Sum of RGB (Red+Green+Blue) = 193+124+1=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C17C01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17C01 is #3E83FE. Grayscale: #838383. Windows color (decimal): -4097023 or 97473. OLE color: 97473.

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

Color convert

RGB 193 124 1 -
CMYK 0 0.36 0.99 0.24
HSL 38.44º 0.99% 0.38% -
HSV(B) 38.44º 0.99% 0.76% -
XYZ 29.21 25.75 3.46 -
YUV 130.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 193 124 1 0 0.36 0.99 0.24 38.44 0.99 0.38
Hex C1 7C 1 0 24 63 18 26 63 26
Octal 301 174 1 0 44 143 30 46 143 46
Binary 11000001 1111100 1 0 100100 1100011 11000 100110 1100011 100110

Color Harmonies of #C17C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17C01

Black with #C17C01

Text Example


Text Example

White with #C17C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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