Html Css Color HEX #C18819 Dark Goldenrod

📋 copy color: '#C18819'

red 193 ◦ green 136 ◦ blue 25

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

Shades of Dark Goldenrod #C18819

Tints of Dark Goldenrod #C18819

RGB

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

 GREEN value IS 136 (53.52% from 255) = 38.42%

 BLUE value IS 25 (10.16% from 255) = 7.06%

R = 54.52%
G = 38.42%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C18819 (or 0xC18819) is known color: Dark Goldenrod. HEX triplet: C1, 88 and 19. RGB value is (193,136,25). Sum of RGB (Red+Green+Blue) = 193+136+25=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 25 (10.16% from 255 or 7.06% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C18819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18819 is #3E77E6. Grayscale: #8C8C8C. Windows color (decimal): -4093927 or 1673409. OLE color: 1673409.

HSL color Cylindrical-coordinate representation of color #C18819: hue angle of 39.64º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C18819 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 136 25 -
CMYK 0 0.30 0.87 0.24
HSL 39.64º 0.77% 0.43% -
HSV(B) 39.64º 0.87% 0.76% -
XYZ 30.97 29.02 4.89 -
YUV 140.39 62.88 165.53 -
System Red Green Blue C M Y K H S L
Decimal 193 136 25 0 0.30 0.87 0.24 39.64 0.77 0.43
Hex C1 88 19 0 1E 57 18 28 4D 2B
Octal 301 210 31 0 36 127 30 50 115 53
Binary 11000001 10001000 11001 0 11110 1010111 11000 101000 1001101 101011

Color Harmonies of #C18819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18819

Black with #C18819

Text Example


Text Example

White with #C18819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18819; }

 p { color: rgb(193,136,25); }

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

background-color css

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

 a { background-color: rgb(193,136,25); }

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

border-color css

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

 span { border-color: rgb(193,136,25); }

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