Html Css Color HEX #C18004 Dark Goldenrod

📋 copy color: '#C18004'

red 193 ◦ green 128 ◦ blue 4

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

Shades of Dark Goldenrod #C18004

Tints of Dark Goldenrod #C18004

RGB

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

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

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

R = 59.38%
G = 39.38%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C18004 (or 0xC18004) is known color: Dark Goldenrod. HEX triplet: C1, 80 and 04. RGB value is (193,128,4). Sum of RGB (Red+Green+Blue) = 193+128+4=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C18004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18004 is #3E7FFB. Grayscale: #858585. Windows color (decimal): -4095996 or 295105. OLE color: 295105.

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

Color convert

RGB 193 128 4 -
CMYK 0 0.34 0.98 0.24
HSL 39.37º 0.96% 0.39% -
HSV(B) 39.37º 0.98% 0.76% -
XYZ 29.73 26.78 3.72 -
YUV 133.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 193 128 4 0 0.34 0.98 0.24 39.37 0.96 0.39
Hex C1 80 4 0 22 62 18 27 60 27
Octal 301 200 4 0 42 142 30 47 140 47
Binary 11000001 10000000 100 0 100010 1100010 11000 100111 1100000 100111

Color Harmonies of #C18004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18004

Black with #C18004

Text Example


Text Example

White with #C18004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18004; }

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

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

background-color css

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

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

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

border-color css

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

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

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