Html Css Color HEX #C19008 Dark Goldenrod

📋 copy color: '#C19008'

red 193 ◦ green 144 ◦ blue 8

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

Shades of Dark Goldenrod #C19008

Tints of Dark Goldenrod #C19008

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.74%

 BLUE value IS 8 (3.52% from 255) = 2.32%

R = 55.94%
G = 41.74%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#C19008 (or 0xC19008) is known color: Dark Goldenrod. HEX triplet: C1, 90 and 08. RGB value is (193,144,8). Sum of RGB (Red+Green+Blue) = 193+144+8=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 144 (56.64% from 255 or 41.74% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C19008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C19008 is #3E6FF7. Grayscale: #8F8F8F. Windows color (decimal): -4091896 or 561345. OLE color: 561345.

HSL color Cylindrical-coordinate representation of color #C19008: hue angle of 44.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C19008 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 144 8 -
CMYK 0 0.25 0.96 0.24
HSL 44.11º 0.92% 0.39% -
HSV(B) 44.11º 0.96% 0.76% -
XYZ 32.01 31.3 4.58 -
YUV 143.15 51.73 163.56 -
System Red Green Blue C M Y K H S L
Decimal 193 144 8 0 0.25 0.96 0.24 44.11 0.92 0.39
Hex C1 90 8 0 19 60 18 2C 5C 27
Octal 301 220 10 0 31 140 30 54 134 47
Binary 11000001 10010000 1000 0 11001 1100000 11000 101100 1011100 100111

Color Harmonies of #C19008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19008

Black with #C19008

Text Example


Text Example

White with #C19008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19008; }

 p { color: rgb(193,144,8); }

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

background-color css

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

 a { background-color: rgb(193,144,8); }

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

border-color css

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

 span { border-color: rgb(193,144,8); }

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