Html Css Color HEX #DA942D Buttercup

📋 copy color: '#DA942D'

red 218 ◦ green 148 ◦ blue 45

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

Shades of Buttercup #DA942D

Tints of Buttercup #DA942D

RGB

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

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

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

R = 53.04%
G = 36.01%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA942D (or 0xDA942D) is known color: Buttercup. HEX triplet: DA, 94 and 2D. RGB value is (218,148,45). Sum of RGB (Red+Green+Blue) = 218+148+45=411 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.04% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 218 - color contains mainly: red. Hex color #DA942D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA942D is #256BD2. Grayscale: #9D9D9D. Windows color (decimal): -2452435 or 2987226. OLE color: 2987226.

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

Color convert

RGB 218 148 45 -
CMYK 0 0.32 0.79 0.15
HSL 35.72º 0.7% 0.52% -
HSV(B) 35.72º 0.79% 0.85% -
XYZ 39.98 36.27 7.38 -
YUV 157.19 64.69 171.38 -
System Red Green Blue C M Y K H S L
Decimal 218 148 45 0 0.32 0.79 0.15 35.72 0.7 0.52
Hex DA 94 2D 0 20 4F F 24 46 34
Octal 332 224 55 0 40 117 17 44 106 64
Binary 11011010 10010100 101101 0 100000 1001111 1111 100100 1000110 110100

Color Harmonies of #DA942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA942D

Black with #DA942D

Text Example


Text Example

White with #DA942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA942D; }

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

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

background-color css

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

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

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

border-color css

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

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

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