Html Css Color HEX #DA991D Buttercup

📋 copy color: '#DA991D'

red 218 ◦ green 153 ◦ blue 29

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

Shades of Buttercup #DA991D

Tints of Buttercup #DA991D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

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

R = 54.5%
G = 38.25%
B = 7.25%

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

#DA991D (or 0xDA991D) is known color: Buttercup. HEX triplet: DA, 99 and 1D. RGB value is (218,153,29). Sum of RGB (Red+Green+Blue) = 218+153+29=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA991D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA991D is #2566E2. Grayscale: #9E9E9E. Windows color (decimal): -2451171 or 1939930. OLE color: 1939930.

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

Color convert

RGB 218 153 29 -
CMYK 0 0.30 0.87 0.15
HSL 39.37º 0.77% 0.48% -
HSV(B) 39.37º 0.87% 0.85% -
XYZ 40.53 37.78 6.32 -
YUV 158.3 55.03 170.58 -
System Red Green Blue C M Y K H S L
Decimal 218 153 29 0 0.30 0.87 0.15 39.37 0.77 0.48
Hex DA 99 1D 0 1E 57 F 27 4D 30
Octal 332 231 35 0 36 127 17 47 115 60
Binary 11011010 10011001 11101 0 11110 1010111 1111 100111 1001101 110000

Color Harmonies of #DA991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA991D

Black with #DA991D

Text Example


Text Example

White with #DA991D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA991D; }

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

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

background-color css

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

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

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

border-color css

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

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

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