Html Css Color HEX #DA962C Buttercup

📋 copy color: '#DA962C'

red 218 ◦ green 150 ◦ blue 44

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

Shades of Buttercup #DA962C

Tints of Buttercup #DA962C

RGB

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

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

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

R = 52.91%
G = 36.41%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.15

RGB Variations

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

Color information

#DA962C (or 0xDA962C) is known color: Buttercup. HEX triplet: DA, 96 and 2C. RGB value is (218,150,44). Sum of RGB (Red+Green+Blue) = 218+150+44=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 150 (58.98% from 255 or 36.41% from 412); Blue value is 44 (17.58% from 255 or 10.68% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA962C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA962C is #2569D3. Grayscale: #9E9E9E. Windows color (decimal): -2451924 or 2922202. OLE color: 2922202.

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

Color convert

RGB 218 150 44 -
CMYK 0 0.31 0.80 0.15
HSL 36.55º 0.7% 0.51% -
HSV(B) 36.55º 0.8% 0.85% -
XYZ 40.27 36.9 7.38 -
YUV 158.25 63.53 170.62 -
System Red Green Blue C M Y K H S L
Decimal 218 150 44 0 0.31 0.80 0.15 36.55 0.7 0.51
Hex DA 96 2C 0 1F 50 F 25 46 33
Octal 332 226 54 0 37 120 17 45 106 63
Binary 11011010 10010110 101100 0 11111 1010000 1111 100101 1000110 110011

Color Harmonies of #DA962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA962C

Black with #DA962C

Text Example


Text Example

White with #DA962C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA962C; }

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

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

background-color css

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

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

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

border-color css

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

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

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