Html Css Color HEX #DA912D Buttercup

📋 copy color: '#DA912D'

red 218 ◦ green 145 ◦ blue 45

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

Shades of Buttercup #DA912D

Tints of Buttercup #DA912D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 11.03%

R = 53.43%
G = 35.54%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA912D (or 0xDA912D) is known color: Buttercup. HEX triplet: DA, 91 and 2D. RGB value is (218,145,45). Sum of RGB (Red+Green+Blue) = 218+145+45=408 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.43% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 218 - color contains mainly: red. Hex color #DA912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA912D is #256ED2. Grayscale: #9B9B9B. Windows color (decimal): -2453203 or 2986458. OLE color: 2986458.

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

Color convert

RGB 218 145 45 -
CMYK 0 0.33 0.79 0.15
HSL 34.68º 0.7% 0.52% -
HSV(B) 34.68º 0.79% 0.85% -
XYZ 39.51 35.35 7.22 -
YUV 155.43 65.68 172.63 -
System Red Green Blue C M Y K H S L
Decimal 218 145 45 0 0.33 0.79 0.15 34.68 0.7 0.52
Hex DA 91 2D 0 21 4F F 23 46 34
Octal 332 221 55 0 41 117 17 43 106 64
Binary 11011010 10010001 101101 0 100001 1001111 1111 100011 1000110 110100

Color Harmonies of #DA912D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA912D

Black with #DA912D

Text Example


Text Example

White with #DA912D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA912D; }

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

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

background-color css

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

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

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

border-color css

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

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

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