Html Css Color HEX #DA991C Buttercup

📋 copy color: '#DA991C'

red 218 ◦ green 153 ◦ blue 28

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

Shades of Buttercup #DA991C

Tints of Buttercup #DA991C

RGB

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

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

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

R = 54.64%
G = 38.35%
B = 7.02%

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

#DA991C (or 0xDA991C) is known color: Buttercup. HEX triplet: DA, 99 and 1C. RGB value is (218,153,28). Sum of RGB (Red+Green+Blue) = 218+153+28=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 153 (60.16% from 255 or 38.35% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA991C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA991C is #2566E3. Grayscale: #9E9E9E. Windows color (decimal): -2451172 or 1874394. OLE color: 1874394.

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

Color convert

RGB 218 153 28 -
CMYK 0 0.30 0.87 0.15
HSL 39.47º 0.77% 0.48% -
HSV(B) 39.47º 0.87% 0.85% -
XYZ 40.51 37.77 6.25 -
YUV 158.19 54.53 170.66 -
System Red Green Blue C M Y K H S L
Decimal 218 153 28 0 0.30 0.87 0.15 39.47 0.77 0.48
Hex DA 99 1C 0 1E 57 F 27 4D 30
Octal 332 231 34 0 36 127 17 47 115 60
Binary 11011010 10011001 11100 0 11110 1010111 1111 100111 1001101 110000

Color Harmonies of #DA991C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA991C

Black with #DA991C

Text Example


Text Example

White with #DA991C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA991C; }

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

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

background-color css

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

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

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

border-color css

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

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

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