Html Css Color HEX #DA881C Buttercup

📋 copy color: '#DA881C'

red 218 ◦ green 136 ◦ blue 28

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

Shades of Buttercup #DA881C

Tints of Buttercup #DA881C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.33%

R = 57.07%
G = 35.6%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA881C (or 0xDA881C) is known color: Buttercup. HEX triplet: DA, 88 and 1C. RGB value is (218,136,28). Sum of RGB (Red+Green+Blue) = 218+136+28=382 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.07% from 382); Green value is 136 (53.52% from 255 or 35.60% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 218 - color contains mainly: red. Hex color #DA881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA881C is #2577E3. Grayscale: #949494. Windows color (decimal): -2455524 or 1870042. OLE color: 1870042.

HSL color Cylindrical-coordinate representation of color #DA881C: hue angle of 34.11º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DA881C is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 136 28 -
CMYK 0 0.38 0.87 0.15
HSL 34.11º 0.77% 0.48% -
HSV(B) 34.11º 0.87% 0.85% -
XYZ 37.93 32.6 5.39 -
YUV 148.21 60.17 177.78 -
System Red Green Blue C M Y K H S L
Decimal 218 136 28 0 0.38 0.87 0.15 34.11 0.77 0.48
Hex DA 88 1C 0 26 57 F 22 4D 30
Octal 332 210 34 0 46 127 17 42 115 60
Binary 11011010 10001000 11100 0 100110 1010111 1111 100010 1001101 110000

Color Harmonies of #DA881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA881C

Black with #DA881C

Text Example


Text Example

White with #DA881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA881C; }

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

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

background-color css

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

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

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

border-color css

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

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

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