Html Css Color HEX #DA942C Buttercup

📋 copy color: '#DA942C'

red 218 ◦ green 148 ◦ blue 44

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

Shades of Buttercup #DA942C

Tints of Buttercup #DA942C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.73%

R = 53.17%
G = 36.1%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA942C (or 0xDA942C) is known color: Buttercup. HEX triplet: DA, 94 and 2C. RGB value is (218,148,44). Sum of RGB (Red+Green+Blue) = 218+148+44=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 44 (17.58% from 255 or 10.73% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA942C is #256BD3. Grayscale: #9D9D9D. Windows color (decimal): -2452436 or 2921690. OLE color: 2921690.

HSL color Cylindrical-coordinate representation of color #DA942C: hue angle of 35.86º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DA942C is Cyan = 0, Magento = 0.32, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 44 -
CMYK 0 0.32 0.80 0.15
HSL 35.86º 0.7% 0.51% -
HSV(B) 35.86º 0.8% 0.85% -
XYZ 39.96 36.27 7.28 -
YUV 157.07 64.19 171.46 -
System Red Green Blue C M Y K H S L
Decimal 218 148 44 0 0.32 0.80 0.15 35.86 0.7 0.51
Hex DA 94 2C 0 20 50 F 24 46 33
Octal 332 224 54 0 40 120 17 44 106 63
Binary 11011010 10010100 101100 0 100000 1010000 1111 100100 1000110 110011

Color Harmonies of #DA942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA942C

Black with #DA942C

Text Example


Text Example

White with #DA942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA942C; }

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

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

background-color css

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

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

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

border-color css

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

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

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