Html Css Color HEX #DA8E2F Buttercup

📋 copy color: '#DA8E2F'

red 218 ◦ green 142 ◦ blue 47

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

Shades of Buttercup #DA8E2F

Tints of Buttercup #DA8E2F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.89%

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

R = 53.56%
G = 34.89%
B = 11.55%

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

#DA8E2F (or 0xDA8E2F) is known color: Buttercup. HEX triplet: DA, 8E and 2F. RGB value is (218,142,47). Sum of RGB (Red+Green+Blue) = 218+142+47=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 47 (18.75% from 255 or 11.55% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA8E2F is #2571D0. Grayscale: #9A9A9A. Windows color (decimal): -2453969 or 3116762. OLE color: 3116762.

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

Color convert

RGB 218 142 47 -
CMYK 0 0.35 0.78 0.15
HSL 33.33º 0.7% 0.52% -
HSV(B) 33.33º 0.78% 0.85% -
XYZ 39.1 34.46 7.28 -
YUV 153.89 67.68 173.72 -
System Red Green Blue C M Y K H S L
Decimal 218 142 47 0 0.35 0.78 0.15 33.33 0.7 0.52
Hex DA 8E 2F 0 23 4E F 21 46 34
Octal 332 216 57 0 43 116 17 41 106 64
Binary 11011010 10001110 101111 0 100011 1001110 1111 100001 1000110 110100

Color Harmonies of #DA8E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8E2F

Black with #DA8E2F

Text Example


Text Example

White with #DA8E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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