Html Css Color HEX #DA951C Buttercup

📋 copy color: '#DA951C'

red 218 ◦ green 149 ◦ blue 28

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

Shades of Buttercup #DA951C

Tints of Buttercup #DA951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.72%

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

R = 55.19%
G = 37.72%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#DA951C (or 0xDA951C) is known color: Buttercup. HEX triplet: DA, 95 and 1C. RGB value is (218,149,28). Sum of RGB (Red+Green+Blue) = 218+149+28=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 28 (11.33% from 255 or 7.09% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA951C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA951C is #256AE3. Grayscale: #9C9C9C. Windows color (decimal): -2452196 or 1873370. OLE color: 1873370.

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

Color convert

RGB 218 149 28 -
CMYK 0 0.32 0.87 0.15
HSL 38.21º 0.77% 0.48% -
HSV(B) 38.21º 0.87% 0.85% -
XYZ 39.87 36.48 6.04 -
YUV 155.84 55.86 172.34 -
System Red Green Blue C M Y K H S L
Decimal 218 149 28 0 0.32 0.87 0.15 38.21 0.77 0.48
Hex DA 95 1C 0 20 57 F 26 4D 30
Octal 332 225 34 0 40 127 17 46 115 60
Binary 11011010 10010101 11100 0 100000 1010111 1111 100110 1001101 110000

Color Harmonies of #DA951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA951C

Black with #DA951C

Text Example


Text Example

White with #DA951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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