Html Css Color HEX #C18802 Dark Goldenrod

📋 copy color: '#C18802'

red 193 ◦ green 136 ◦ blue 2

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

Shades of Dark Goldenrod #C18802

Tints of Dark Goldenrod #C18802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.09%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 58.31%
G = 41.09%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C18802 (or 0xC18802) is known color: Dark Goldenrod. HEX triplet: C1, 88 and 02. RGB value is (193,136,2). Sum of RGB (Red+Green+Blue) = 193+136+2=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C18802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18802 is #3E77FD. Grayscale: #8A8A8A. Windows color (decimal): -4093950 or 166081. OLE color: 166081.

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

Color convert

RGB 193 136 2 -
CMYK 0 0.30 0.99 0.24
HSL 42.09º 0.98% 0.38% -
HSV(B) 42.09º 0.99% 0.76% -
XYZ 30.81 28.95 4.02 -
YUV 137.77 51.38 167.4 -
System Red Green Blue C M Y K H S L
Decimal 193 136 2 0 0.30 0.99 0.24 42.09 0.98 0.38
Hex C1 88 2 0 1E 63 18 2A 62 26
Octal 301 210 2 0 36 143 30 52 142 46
Binary 11000001 10001000 10 0 11110 1100011 11000 101010 1100010 100110

Color Harmonies of #C18802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18802

Black with #C18802

Text Example


Text Example

White with #C18802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18802; }

 p { color: rgb(193,136,2); }

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

background-color css

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

 a { background-color: rgb(193,136,2); }

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

border-color css

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

 span { border-color: rgb(193,136,2); }

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