Html Css Color HEX #C18F00 Dark Goldenrod

📋 copy color: '#C18F00'

red 193 ◦ green 143 ◦ blue 0

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

Shades of Dark Goldenrod #C18F00

Tints of Dark Goldenrod #C18F00

RGB

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

 GREEN value IS 143 (56.25% from 255) = 42.56%

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

R = 57.44%
G = 42.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#C18F00 (or 0xC18F00) is known color: Dark Goldenrod. HEX triplet: C1, 8F and 00. RGB value is (193,143,0). Sum of RGB (Red+Green+Blue) = 193+143+0=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 143 (56.25% from 255 or 42.56% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C18F00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18F00 is #3E70FF. Grayscale: #8E8E8E. Windows color (decimal): -4092160 or 36801. OLE color: 36801.

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

Color convert

RGB 193 143 0 -
CMYK 0 0.26 1 0.24
HSL 44.46º 1% 0.38% -
HSV(B) 44.46º 1% 0.76% -
XYZ 31.81 30.98 4.3 -
YUV 141.65 48.07 164.63 -
System Red Green Blue C M Y K H S L
Decimal 193 143 0 0 0.26 1 0.24 44.46 1 0.38
Hex C1 8F 0 0 1A 64 18 2C 64 26
Octal 301 217 0 0 32 144 30 54 144 46
Binary 11000001 10001111 0 0 11010 1100100 11000 101100 1100100 100110

Color Harmonies of #C18F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18F00

Black with #C18F00

Text Example


Text Example

White with #C18F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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