Html Css Color HEX #DA912B Buttercup

📋 copy color: '#DA912B'

red 218 ◦ green 145 ◦ blue 43

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

Shades of Buttercup #DA912B

Tints of Buttercup #DA912B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.59%

R = 53.69%
G = 35.71%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA912B (or 0xDA912B) is known color: Buttercup. HEX triplet: DA, 91 and 2B. RGB value is (218,145,43). Sum of RGB (Red+Green+Blue) = 218+145+43=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA912B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA912B is #256ED4. Grayscale: #9B9B9B. Windows color (decimal): -2453205 or 2855386. OLE color: 2855386.

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

Color convert

RGB 218 145 43 -
CMYK 0 0.33 0.80 0.15
HSL 34.97º 0.7% 0.51% -
HSV(B) 34.97º 0.8% 0.85% -
XYZ 39.47 35.33 7.02 -
YUV 155.2 64.68 172.79 -
System Red Green Blue C M Y K H S L
Decimal 218 145 43 0 0.33 0.80 0.15 34.97 0.7 0.51
Hex DA 91 2B 0 21 50 F 23 46 33
Octal 332 221 53 0 41 120 17 43 106 63
Binary 11011010 10010001 101011 0 100001 1010000 1111 100011 1000110 110011

Color Harmonies of #DA912B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA912B

Black with #DA912B

Text Example


Text Example

White with #DA912B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA912B; }

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

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

background-color css

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

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

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

border-color css

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

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

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