Html Css Color HEX #DA981B Buttercup

📋 copy color: '#DA981B'

red 218 ◦ green 152 ◦ blue 27

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

Shades of Buttercup #DA981B

Tints of Buttercup #DA981B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.29%

 BLUE value IS 27 (10.94% from 255) = 6.8%

R = 54.91%
G = 38.29%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#DA981B (or 0xDA981B) is known color: Buttercup. HEX triplet: DA, 98 and 1B. RGB value is (218,152,27). Sum of RGB (Red+Green+Blue) = 218+152+27=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA981B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA981B is #2567E4. Grayscale: #9E9E9E. Windows color (decimal): -2451429 or 1808602. OLE color: 1808602.

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

Color convert

RGB 218 152 27 -
CMYK 0 0.30 0.88 0.15
HSL 39.27º 0.78% 0.48% -
HSV(B) 39.27º 0.88% 0.85% -
XYZ 40.34 37.44 6.14 -
YUV 157.48 54.37 171.16 -
System Red Green Blue C M Y K H S L
Decimal 218 152 27 0 0.30 0.88 0.15 39.27 0.78 0.48
Hex DA 98 1B 0 1E 58 F 27 4E 30
Octal 332 230 33 0 36 130 17 47 116 60
Binary 11011010 10011000 11011 0 11110 1011000 1111 100111 1001110 110000

Color Harmonies of #DA981B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA981B

Black with #DA981B

Text Example


Text Example

White with #DA981B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA981B; }

 p { color: rgb(218,152,27); }

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

background-color css

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

 a { background-color: rgb(218,152,27); }

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

border-color css

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

 span { border-color: rgb(218,152,27); }

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