Html Css Color HEX #C18902 Dark Goldenrod

📋 copy color: '#C18902'

red 193 ◦ green 137 ◦ blue 2

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

Shades of Dark Goldenrod #C18902

Tints of Dark Goldenrod #C18902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

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

R = 58.13%
G = 41.27%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C18902 (or 0xC18902) is known color: Dark Goldenrod. HEX triplet: C1, 89 and 02. RGB value is (193,137,2). Sum of RGB (Red+Green+Blue) = 193+137+2=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 2 (1.17% from 255 or 0.60% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C18902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18902 is #3E76FD. Grayscale: #8A8A8A. Windows color (decimal): -4093694 or 166337. OLE color: 166337.

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

Color convert

RGB 193 137 2 -
CMYK 0 0.29 0.99 0.24
HSL 42.41º 0.98% 0.38% -
HSV(B) 42.41º 0.99% 0.76% -
XYZ 30.95 29.23 4.07 -
YUV 138.35 51.05 166.98 -
System Red Green Blue C M Y K H S L
Decimal 193 137 2 0 0.29 0.99 0.24 42.41 0.98 0.38
Hex C1 89 2 0 1D 63 18 2A 62 26
Octal 301 211 2 0 35 143 30 52 142 46
Binary 11000001 10001001 10 0 11101 1100011 11000 101010 1100010 100110

Color Harmonies of #C18902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18902

Black with #C18902

Text Example


Text Example

White with #C18902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18902; }

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

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

background-color css

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

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

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

border-color css

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

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

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