Html Css Color HEX #DA981D Buttercup

📋 copy color: '#DA981D'

red 218 ◦ green 152 ◦ blue 29

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

Shades of Buttercup #DA981D

Tints of Buttercup #DA981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.27%

R = 54.64%
G = 38.1%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA981D (or 0xDA981D) is known color: Buttercup. HEX triplet: DA, 98 and 1D. RGB value is (218,152,29). Sum of RGB (Red+Green+Blue) = 218+152+29=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 29 (11.72% from 255 or 7.27% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA981D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA981D is #2567E2. Grayscale: #9E9E9E. Windows color (decimal): -2451427 or 1939674. OLE color: 1939674.

HSL color Cylindrical-coordinate representation of color #DA981D: hue angle of 39.05º 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 #DA981D is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 152 29 -
CMYK 0 0.30 0.87 0.15
HSL 39.05º 0.77% 0.48% -
HSV(B) 39.05º 0.87% 0.85% -
XYZ 40.36 37.45 6.26 -
YUV 157.71 55.37 171 -
System Red Green Blue C M Y K H S L
Decimal 218 152 29 0 0.30 0.87 0.15 39.05 0.77 0.48
Hex DA 98 1D 0 1E 57 F 27 4D 30
Octal 332 230 35 0 36 127 17 47 115 60
Binary 11011010 10011000 11101 0 11110 1010111 1111 100111 1001101 110000

Color Harmonies of #DA981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA981D

Black with #DA981D

Text Example


Text Example

White with #DA981D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA981D; }

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

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

background-color css

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

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

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

border-color css

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

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

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