Html Css Color HEX #DA912F Buttercup

📋 copy color: '#DA912F'

red 218 ◦ green 145 ◦ blue 47

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

Shades of Buttercup #DA912F

Tints of Buttercup #DA912F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.37%

 BLUE value IS 47 (18.75% from 255) = 11.46%

R = 53.17%
G = 35.37%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA912F (or 0xDA912F) is known color: Buttercup. HEX triplet: DA, 91 and 2F. RGB value is (218,145,47). Sum of RGB (Red+Green+Blue) = 218+145+47=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA912F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA912F is #256ED0. Grayscale: #9C9C9C. Windows color (decimal): -2453201 or 3117530. OLE color: 3117530.

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

Color convert

RGB 218 145 47 -
CMYK 0 0.33 0.78 0.15
HSL 34.39º 0.7% 0.52% -
HSV(B) 34.39º 0.78% 0.85% -
XYZ 39.55 35.36 7.43 -
YUV 155.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 218 145 47 0 0.33 0.78 0.15 34.39 0.7 0.52
Hex DA 91 2F 0 21 4E F 22 46 34
Octal 332 221 57 0 41 116 17 42 106 64
Binary 11011010 10010001 101111 0 100001 1001110 1111 100010 1000110 110100

Color Harmonies of #DA912F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA912F

Black with #DA912F

Text Example


Text Example

White with #DA912F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA912F; }

 p { color: rgb(218,145,47); }

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

background-color css

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

 a { background-color: rgb(218,145,47); }

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

border-color css

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

 span { border-color: rgb(218,145,47); }

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