Html Css Color HEX #C18001 Dark Goldenrod

📋 copy color: '#C18001'

red 193 ◦ green 128 ◦ blue 1

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

Shades of Dark Goldenrod #C18001

Tints of Dark Goldenrod #C18001

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.75%

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

R = 59.94%
G = 39.75%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C18001 (or 0xC18001) is known color: Dark Goldenrod. HEX triplet: C1, 80 and 01. RGB value is (193,128,1). Sum of RGB (Red+Green+Blue) = 193+128+1=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 128 (50.39% from 255 or 39.75% from 322); Blue value is 1 (0.78% from 255 or 0.31% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C18001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18001 is #3E7FFE. Grayscale: #858585. Windows color (decimal): -4095999 or 98497. OLE color: 98497.

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

Color convert

RGB 193 128 1 -
CMYK 0 0.34 0.99 0.24
HSL 39.69º 0.99% 0.38% -
HSV(B) 39.69º 0.99% 0.76% -
XYZ 29.72 26.78 3.63 -
YUV 132.96 53.53 170.83 -
System Red Green Blue C M Y K H S L
Decimal 193 128 1 0 0.34 0.99 0.24 39.69 0.99 0.38
Hex C1 80 1 0 22 63 18 28 63 26
Octal 301 200 1 0 42 143 30 50 143 46
Binary 11000001 10000000 1 0 100010 1100011 11000 101000 1100011 100110

Color Harmonies of #C18001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18001

Black with #C18001

Text Example


Text Example

White with #C18001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18001; }

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

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

background-color css

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

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

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

border-color css

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

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

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