Html Css Color HEX #DA8D2F Buttercup

📋 copy color: '#DA8D2F'

red 218 ◦ green 141 ◦ blue 47

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

Shades of Buttercup #DA8D2F

Tints of Buttercup #DA8D2F

RGB

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

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

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

R = 53.69%
G = 34.73%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA8D2F (or 0xDA8D2F) is known color: Buttercup. HEX triplet: DA, 8D and 2F. RGB value is (218,141,47). Sum of RGB (Red+Green+Blue) = 218+141+47=406 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.69% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8D2F is #2572D0. Grayscale: #999999. Windows color (decimal): -2454225 or 3116506. OLE color: 3116506.

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

Color convert

RGB 218 141 47 -
CMYK 0 0.35 0.78 0.15
HSL 32.98º 0.7% 0.52% -
HSV(B) 32.98º 0.78% 0.85% -
XYZ 38.95 34.16 7.23 -
YUV 153.31 68.01 174.14 -
System Red Green Blue C M Y K H S L
Decimal 218 141 47 0 0.35 0.78 0.15 32.98 0.7 0.52
Hex DA 8D 2F 0 23 4E F 21 46 34
Octal 332 215 57 0 43 116 17 41 106 64
Binary 11011010 10001101 101111 0 100011 1001110 1111 100001 1000110 110100

Color Harmonies of #DA8D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D2F

Black with #DA8D2F

Text Example


Text Example

White with #DA8D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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