Html Css Color HEX #C18002 Dark Goldenrod

📋 copy color: '#C18002'

red 193 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #C18002

Tints of Dark Goldenrod #C18002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.63%

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

R = 59.75%
G = 39.63%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C18002 (or 0xC18002) is known color: Dark Goldenrod. HEX triplet: C1, 80 and 02. RGB value is (193,128,2). Sum of RGB (Red+Green+Blue) = 193+128+2=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 128 (50.39% from 255 or 39.63% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C18002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18002 is #3E7FFD. Grayscale: #858585. Windows color (decimal): -4095998 or 164033. OLE color: 164033.

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

Color convert

RGB 193 128 2 -
CMYK 0 0.34 0.99 0.24
HSL 39.58º 0.98% 0.38% -
HSV(B) 39.58º 0.99% 0.76% -
XYZ 29.72 26.78 3.66 -
YUV 133.07 54.03 170.75 -
System Red Green Blue C M Y K H S L
Decimal 193 128 2 0 0.34 0.99 0.24 39.58 0.98 0.38
Hex C1 80 2 0 22 63 18 28 62 26
Octal 301 200 2 0 42 143 30 50 142 46
Binary 11000001 10000000 10 0 100010 1100011 11000 101000 1100010 100110

Color Harmonies of #C18002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18002

Black with #C18002

Text Example


Text Example

White with #C18002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18002; }

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

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

background-color css

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

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

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

border-color css

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

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

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