Html Css Color HEX #C18C00 Dark Goldenrod

📋 copy color: '#C18C00'

red 193 ◦ green 140 ◦ blue 0

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

Shades of Dark Goldenrod #C18C00

Tints of Dark Goldenrod #C18C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.96%
G = 42.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C18C00 (or 0xC18C00) is known color: Dark Goldenrod. HEX triplet: C1, 8C and 00. RGB value is (193,140,0). Sum of RGB (Red+Green+Blue) = 193+140+0=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 140 (55.08% from 255 or 42.04% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18C00 is #3E73FF. Grayscale: #8C8C8C. Windows color (decimal): -4092928 or 36033. OLE color: 36033.

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

Color convert

RGB 193 140 0 -
CMYK 0 0.27 1 0.24
HSL 43.52º 1% 0.38% -
HSV(B) 43.52º 1% 0.76% -
XYZ 31.37 30.09 4.16 -
YUV 139.89 49.06 165.88 -
System Red Green Blue C M Y K H S L
Decimal 193 140 0 0 0.27 1 0.24 43.52 1 0.38
Hex C1 8C 0 0 1B 64 18 2C 64 26
Octal 301 214 0 0 33 144 30 54 144 46
Binary 11000001 10001100 0 0 11011 1100100 11000 101100 1100100 100110

Color Harmonies of #C18C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C00

Black with #C18C00

Text Example


Text Example

White with #C18C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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