Html Css Color HEX #C18C18 Dark Goldenrod

📋 copy color: '#C18C18'

red 193 ◦ green 140 ◦ blue 24

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

Shades of Dark Goldenrod #C18C18

Tints of Dark Goldenrod #C18C18

RGB

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

 GREEN value IS 140 (55.08% from 255) = 39.22%

 BLUE value IS 24 (9.77% from 255) = 6.72%

R = 54.06%
G = 39.22%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C18C18 (or 0xC18C18) is known color: Dark Goldenrod. HEX triplet: C1, 8C and 18. RGB value is (193,140,24). Sum of RGB (Red+Green+Blue) = 193+140+24=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 140 (55.08% from 255 or 39.22% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18C18 is #3E73E7. Grayscale: #8F8F8F. Windows color (decimal): -4092904 or 1608897. OLE color: 1608897.

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

Color convert

RGB 193 140 24 -
CMYK 0 0.27 0.88 0.24
HSL 41.18º 0.78% 0.43% -
HSV(B) 41.18º 0.88% 0.76% -
XYZ 31.54 30.16 5.02 -
YUV 142.62 61.06 163.93 -
System Red Green Blue C M Y K H S L
Decimal 193 140 24 0 0.27 0.88 0.24 41.18 0.78 0.43
Hex C1 8C 18 0 1B 58 18 29 4E 2B
Octal 301 214 30 0 33 130 30 51 116 53
Binary 11000001 10001100 11000 0 11011 1011000 11000 101001 1001110 101011

Color Harmonies of #C18C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C18

Black with #C18C18

Text Example


Text Example

White with #C18C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C18; }

 p { color: rgb(193,140,24); }

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

background-color css

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

 a { background-color: rgb(193,140,24); }

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

border-color css

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

 span { border-color: rgb(193,140,24); }

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