Html Css Color HEX #DA921F Buttercup

📋 copy color: '#DA921F'

red 218 ◦ green 146 ◦ blue 31

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

Shades of Buttercup #DA921F

Tints of Buttercup #DA921F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.96%

 BLUE value IS 31 (12.5% from 255) = 7.85%

R = 55.19%
G = 36.96%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA921F (or 0xDA921F) is known color: Buttercup. HEX triplet: DA, 92 and 1F. RGB value is (218,146,31). Sum of RGB (Red+Green+Blue) = 218+146+31=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 31 (12.5% from 255 or 7.85% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA921F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA921F is #256DE0. Grayscale: #9A9A9A. Windows color (decimal): -2452961 or 2069210. OLE color: 2069210.

HSL color Cylindrical-coordinate representation of color #DA921F: hue angle of 36.9º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA921F is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 146 31 -
CMYK 0 0.33 0.86 0.15
HSL 36.9º 0.75% 0.49% -
HSV(B) 36.9º 0.86% 0.85% -
XYZ 39.44 35.56 6.08 -
YUV 154.42 58.35 173.35 -
System Red Green Blue C M Y K H S L
Decimal 218 146 31 0 0.33 0.86 0.15 36.9 0.75 0.49
Hex DA 92 1F 0 21 56 F 25 4B 31
Octal 332 222 37 0 41 126 17 45 113 61
Binary 11011010 10010010 11111 0 100001 1010110 1111 100101 1001011 110001

Color Harmonies of #DA921F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA921F

Black with #DA921F

Text Example


Text Example

White with #DA921F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA921F; }

 p { color: rgb(218,146,31); }

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

background-color css

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

 a { background-color: rgb(218,146,31); }

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

border-color css

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

 span { border-color: rgb(218,146,31); }

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