Html Css Color HEX #D18820 Buttercup

📋 copy color: '#D18820'

red 209 ◦ green 136 ◦ blue 32

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

Shades of Buttercup #D18820

Tints of Buttercup #D18820

RGB

 RED value IS 209 (82.03% from 255) = 55.44%

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

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 55.44%
G = 36.07%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D18820 (or 0xD18820) is known color: Buttercup. HEX triplet: D1, 88 and 20. RGB value is (209,136,32). Sum of RGB (Red+Green+Blue) = 209+136+32=377 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.44% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 209 - color contains mainly: red. Hex color #D18820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D18820 is #2E77DF. Grayscale: #929292. Windows color (decimal): -3045344 or 2132177. OLE color: 2132177.

HSL color Cylindrical-coordinate representation of color #D18820: hue angle of 35.25º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D18820 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 136 32 -
CMYK 0 0.35 0.85 0.18
HSL 35.25º 0.73% 0.47% -
HSV(B) 35.25º 0.85% 0.82% -
XYZ 35.36 31.27 5.54 -
YUV 145.97 63.68 172.96 -
System Red Green Blue C M Y K H S L
Decimal 209 136 32 0 0.35 0.85 0.18 35.25 0.73 0.47
Hex D1 88 20 0 23 55 12 23 49 2F
Octal 321 210 40 0 43 125 22 43 111 57
Binary 11010001 10001000 100000 0 100011 1010101 10010 100011 1001001 101111

Color Harmonies of #D18820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D18820

Black with #D18820

Text Example


Text Example

White with #D18820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D18820; }

 p { color: rgb(209,136,32); }

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

background-color css

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

 a { background-color: rgb(209,136,32); }

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

border-color css

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

 span { border-color: rgb(209,136,32); }

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