Html Css Color HEX #DA882C Buttercup

📋 copy color: '#DA882C'

red 218 ◦ green 136 ◦ blue 44

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

Shades of Buttercup #DA882C

Tints of Buttercup #DA882C

RGB

 RED value IS 218 (85.55% from 255) = 54.77%

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

 BLUE value IS 44 (17.58% from 255) = 11.06%

R = 54.77%
G = 34.17%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA882C (or 0xDA882C) is known color: Buttercup. HEX triplet: DA, 88 and 2C. RGB value is (218,136,44). Sum of RGB (Red+Green+Blue) = 218+136+44=398 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.77% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 218 - color contains mainly: red. Hex color #DA882C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA882C is #2577D3. Grayscale: #969696. Windows color (decimal): -2455508 or 2918618. OLE color: 2918618.

HSL color Cylindrical-coordinate representation of color #DA882C: hue angle of 31.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA882C is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 136 44 -
CMYK 0 0.38 0.80 0.15
HSL 31.72º 0.7% 0.51% -
HSV(B) 31.72º 0.8% 0.85% -
XYZ 38.17 32.7 6.68 -
YUV 150.03 68.17 176.48 -
System Red Green Blue C M Y K H S L
Decimal 218 136 44 0 0.38 0.80 0.15 31.72 0.7 0.51
Hex DA 88 2C 0 26 50 F 20 46 33
Octal 332 210 54 0 46 120 17 40 106 63
Binary 11011010 10001000 101100 0 100110 1010000 1111 100000 1000110 110011

Color Harmonies of #DA882C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA882C

Black with #DA882C

Text Example


Text Example

White with #DA882C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA882C; }

 p { color: rgb(218,136,44); }

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

background-color css

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

 a { background-color: rgb(218,136,44); }

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

border-color css

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

 span { border-color: rgb(218,136,44); }

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