Html Css Color HEX #C18502 Dark Goldenrod

📋 copy color: '#C18502'

red 193 ◦ green 133 ◦ blue 2

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

Shades of Dark Goldenrod #C18502

Tints of Dark Goldenrod #C18502

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.55%

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

R = 58.84%
G = 40.55%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C18502 (or 0xC18502) is known color: Dark Goldenrod. HEX triplet: C1, 85 and 02. RGB value is (193,133,2). Sum of RGB (Red+Green+Blue) = 193+133+2=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C18502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C18502 is #3E7AFD. Grayscale: #888888. Windows color (decimal): -4094718 or 165313. OLE color: 165313.

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

Color convert

RGB 193 133 2 -
CMYK 0 0.31 0.99 0.24
HSL 41.15º 0.98% 0.38% -
HSV(B) 41.15º 0.99% 0.76% -
XYZ 30.39 28.12 3.88 -
YUV 136.01 52.38 168.65 -
System Red Green Blue C M Y K H S L
Decimal 193 133 2 0 0.31 0.99 0.24 41.15 0.98 0.38
Hex C1 85 2 0 1F 63 18 29 62 26
Octal 301 205 2 0 37 143 30 51 142 46
Binary 11000001 10000101 10 0 11111 1100011 11000 101001 1100010 100110

Color Harmonies of #C18502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18502

Black with #C18502

Text Example


Text Example

White with #C18502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18502; }

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

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

background-color css

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

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

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

border-color css

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

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

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