Html Css Color HEX #C18C04 Dark Goldenrod

📋 copy color: '#C18C04'

red 193 ◦ green 140 ◦ blue 4

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

Shades of Dark Goldenrod #C18C04

Tints of Dark Goldenrod #C18C04

RGB

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

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

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

R = 57.27%
G = 41.54%
B = 1.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#C18C04 (or 0xC18C04) is known color: Dark Goldenrod. HEX triplet: C1, 8C and 04. RGB value is (193,140,4). Sum of RGB (Red+Green+Blue) = 193+140+4=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 4 (1.95% from 255 or 1.19% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C18C04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18C04 is #3E73FB. Grayscale: #8C8C8C. Windows color (decimal): -4092924 or 298177. OLE color: 298177.

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

Color convert

RGB 193 140 4 -
CMYK 0 0.27 0.98 0.24
HSL 43.17º 0.96% 0.39% -
HSV(B) 43.17º 0.98% 0.76% -
XYZ 31.39 30.1 4.27 -
YUV 140.34 51.06 165.56 -
System Red Green Blue C M Y K H S L
Decimal 193 140 4 0 0.27 0.98 0.24 43.17 0.96 0.39
Hex C1 8C 4 0 1B 62 18 2B 60 27
Octal 301 214 4 0 33 142 30 53 140 47
Binary 11000001 10001100 100 0 11011 1100010 11000 101011 1100000 100111

Color Harmonies of #C18C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18C04

Black with #C18C04

Text Example


Text Example

White with #C18C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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