Html Css Color HEX #DA8D2D Buttercup

📋 copy color: '#DA8D2D'

red 218 ◦ green 141 ◦ blue 45

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

Shades of Buttercup #DA8D2D

Tints of Buttercup #DA8D2D

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

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

R = 53.96%
G = 34.9%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA8D2D (or 0xDA8D2D) is known color: Buttercup. HEX triplet: DA, 8D and 2D. RGB value is (218,141,45). Sum of RGB (Red+Green+Blue) = 218+141+45=404 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.96% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 45 (17.97% from 255 or 11.14% from 404); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D2D is #2572D2. Grayscale: #999999. Windows color (decimal): -2454227 or 2985434. OLE color: 2985434.

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

Color convert

RGB 218 141 45 -
CMYK 0 0.35 0.79 0.15
HSL 33.29º 0.7% 0.52% -
HSV(B) 33.29º 0.79% 0.85% -
XYZ 38.91 34.14 7.02 -
YUV 153.08 67.01 174.31 -
System Red Green Blue C M Y K H S L
Decimal 218 141 45 0 0.35 0.79 0.15 33.29 0.7 0.52
Hex DA 8D 2D 0 23 4F F 21 46 34
Octal 332 215 55 0 43 117 17 41 106 64
Binary 11011010 10001101 101101 0 100011 1001111 1111 100001 1000110 110100

Color Harmonies of #DA8D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D2D

Black with #DA8D2D

Text Example


Text Example

White with #DA8D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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