Html Css Color HEX #C17A01 Dark Goldenrod

📋 copy color: '#C17A01'

red 193 ◦ green 122 ◦ blue 1

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

Shades of Dark Goldenrod #C17A01

Tints of Dark Goldenrod #C17A01

RGB

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

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

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

R = 61.08%
G = 38.61%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C17A01 (or 0xC17A01) is known color: Dark Goldenrod. HEX triplet: C1, 7A and 01. RGB value is (193,122,1). Sum of RGB (Red+Green+Blue) = 193+122+1=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 122 (48.05% from 255 or 38.61% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C17A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17A01 is #3E85FE. Grayscale: #818181. Windows color (decimal): -4097535 or 96961. OLE color: 96961.

HSL color Cylindrical-coordinate representation of color #C17A01: hue angle of 37.81º 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 #C17A01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 122 1 -
CMYK 0 0.37 0.99 0.24
HSL 37.81º 0.99% 0.38% -
HSV(B) 37.81º 0.99% 0.76% -
XYZ 28.96 25.26 3.38 -
YUV 129.44 55.52 173.34 -
System Red Green Blue C M Y K H S L
Decimal 193 122 1 0 0.37 0.99 0.24 37.81 0.99 0.38
Hex C1 7A 1 0 25 63 18 26 63 26
Octal 301 172 1 0 45 143 30 46 143 46
Binary 11000001 1111010 1 0 100101 1100011 11000 100110 1100011 100110

Color Harmonies of #C17A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17A01

Black with #C17A01

Text Example


Text Example

White with #C17A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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