Html Css Color HEX #DA942B Buttercup

📋 copy color: '#DA942B'

red 218 ◦ green 148 ◦ blue 43

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

Shades of Buttercup #DA942B

Tints of Buttercup #DA942B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.51%

R = 53.3%
G = 36.19%
B = 10.51%

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

#DA942B (or 0xDA942B) is known color: Buttercup. HEX triplet: DA, 94 and 2B. RGB value is (218,148,43). Sum of RGB (Red+Green+Blue) = 218+148+43=409 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.30% from 409); Green value is 148 (58.20% from 255 or 36.19% from 409); Blue value is 43 (17.19% from 255 or 10.51% from 409); Max value from RGB is 218 - color contains mainly: red. Hex color #DA942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA942B is #256BD4. Grayscale: #9D9D9D. Windows color (decimal): -2452437 or 2856154. OLE color: 2856154.

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

Color convert

RGB 218 148 43 -
CMYK 0 0.32 0.80 0.15
HSL 36º 0.7% 0.51% -
HSV(B) 36º 0.8% 0.85% -
XYZ 39.94 36.26 7.18 -
YUV 156.96 63.69 171.54 -
System Red Green Blue C M Y K H S L
Decimal 218 148 43 0 0.32 0.80 0.15 36 0.7 0.51
Hex DA 94 2B 0 20 50 F 24 46 33
Octal 332 224 53 0 40 120 17 44 106 63
Binary 11011010 10010100 101011 0 100000 1010000 1111 100100 1000110 110011

Color Harmonies of #DA942B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA942B

Black with #DA942B

Text Example


Text Example

White with #DA942B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA942B; }

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

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

background-color css

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

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

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

border-color css

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

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

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