Html Css Color HEX #DA962E Buttercup

📋 copy color: '#DA962E'

red 218 ◦ green 150 ◦ blue 46

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

Shades of Buttercup #DA962E

Tints of Buttercup #DA962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

 BLUE value IS 46 (18.36% from 255) = 11.11%

R = 52.66%
G = 36.23%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#DA962E (or 0xDA962E) is known color: Buttercup. HEX triplet: DA, 96 and 2E. RGB value is (218,150,46). Sum of RGB (Red+Green+Blue) = 218+150+46=414 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.66% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 218 - color contains mainly: red. Hex color #DA962E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA962E is #2569D1. Grayscale: #9E9E9E. Windows color (decimal): -2451922 or 3053274. OLE color: 3053274.

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

Color convert

RGB 218 150 46 -
CMYK 0 0.31 0.79 0.15
HSL 36.28º 0.7% 0.52% -
HSV(B) 36.28º 0.79% 0.85% -
XYZ 40.31 36.92 7.59 -
YUV 158.48 64.53 170.46 -
System Red Green Blue C M Y K H S L
Decimal 218 150 46 0 0.31 0.79 0.15 36.28 0.7 0.52
Hex DA 96 2E 0 1F 4F F 24 46 34
Octal 332 226 56 0 37 117 17 44 106 64
Binary 11011010 10010110 101110 0 11111 1001111 1111 100100 1000110 110100

Color Harmonies of #DA962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA962E

Black with #DA962E

Text Example


Text Example

White with #DA962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA962E; }

 p { color: rgb(218,150,46); }

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

background-color css

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

 a { background-color: rgb(218,150,46); }

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

border-color css

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

 span { border-color: rgb(218,150,46); }

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