Html Css Color HEX #DA942F Buttercup

📋 copy color: '#DA942F'

red 218 ◦ green 148 ◦ blue 47

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

Shades of Buttercup #DA942F

Tints of Buttercup #DA942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.84%

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

R = 52.78%
G = 35.84%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DA942F (or 0xDA942F) is known color: Buttercup. HEX triplet: DA, 94 and 2F. RGB value is (218,148,47). Sum of RGB (Red+Green+Blue) = 218+148+47=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 47 (18.75% from 255 or 11.38% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA942F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA942F is #256BD0. Grayscale: #9D9D9D. Windows color (decimal): -2452433 or 3118298. OLE color: 3118298.

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

Color convert

RGB 218 148 47 -
CMYK 0 0.32 0.78 0.15
HSL 35.44º 0.7% 0.52% -
HSV(B) 35.44º 0.78% 0.85% -
XYZ 40.02 36.29 7.58 -
YUV 157.42 65.69 171.21 -
System Red Green Blue C M Y K H S L
Decimal 218 148 47 0 0.32 0.78 0.15 35.44 0.7 0.52
Hex DA 94 2F 0 20 4E F 23 46 34
Octal 332 224 57 0 40 116 17 43 106 64
Binary 11011010 10010100 101111 0 100000 1001110 1111 100011 1000110 110100

Color Harmonies of #DA942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA942F

Black with #DA942F

Text Example


Text Example

White with #DA942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA942F; }

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

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

background-color css

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

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

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

border-color css

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

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

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