Html Css Color HEX #C18104 Dark Goldenrod

📋 copy color: '#C18104'

red 193 ◦ green 129 ◦ blue 4

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

Shades of Dark Goldenrod #C18104

Tints of Dark Goldenrod #C18104

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.57%

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

R = 59.2%
G = 39.57%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C18104 (or 0xC18104) is known color: Dark Goldenrod. HEX triplet: C1, 81 and 04. RGB value is (193,129,4). Sum of RGB (Red+Green+Blue) = 193+129+4=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 4 (1.95% from 255 or 1.23% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C18104 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18104 is #3E7EFB. Grayscale: #868686. Windows color (decimal): -4095740 or 295361. OLE color: 295361.

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

Color convert

RGB 193 129 4 -
CMYK 0 0.33 0.98 0.24
HSL 39.68º 0.96% 0.39% -
HSV(B) 39.68º 0.98% 0.76% -
XYZ 29.86 27.05 3.76 -
YUV 133.89 54.7 170.16 -
System Red Green Blue C M Y K H S L
Decimal 193 129 4 0 0.33 0.98 0.24 39.68 0.96 0.39
Hex C1 81 4 0 21 62 18 28 60 27
Octal 301 201 4 0 41 142 30 50 140 47
Binary 11000001 10000001 100 0 100001 1100010 11000 101000 1100000 100111

Color Harmonies of #C18104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18104

Black with #C18104

Text Example


Text Example

White with #C18104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18104; }

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

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

background-color css

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

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

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

border-color css

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

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

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