Html Css Color HEX #DA962A Buttercup

📋 copy color: '#DA962A'

red 218 ◦ green 150 ◦ blue 42

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

Shades of Buttercup #DA962A

Tints of Buttercup #DA962A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.24%

R = 53.17%
G = 36.59%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA962A (or 0xDA962A) is known color: Buttercup. HEX triplet: DA, 96 and 2A. RGB value is (218,150,42). Sum of RGB (Red+Green+Blue) = 218+150+42=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 150 (58.98% from 255 or 36.59% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA962A is #2569D5. Grayscale: #9E9E9E. Windows color (decimal): -2451926 or 2791130. OLE color: 2791130.

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

Color convert

RGB 218 150 42 -
CMYK 0 0.31 0.81 0.15
HSL 36.82º 0.7% 0.51% -
HSV(B) 36.82º 0.81% 0.85% -
XYZ 40.24 36.89 7.19 -
YUV 158.02 62.53 170.78 -
System Red Green Blue C M Y K H S L
Decimal 218 150 42 0 0.31 0.81 0.15 36.82 0.7 0.51
Hex DA 96 2A 0 1F 51 F 25 46 33
Octal 332 226 52 0 37 121 17 45 106 63
Binary 11011010 10010110 101010 0 11111 1010001 1111 100101 1000110 110011

Color Harmonies of #DA962A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA962A

Black with #DA962A

Text Example


Text Example

White with #DA962A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA962A; }

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

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

background-color css

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

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

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

border-color css

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

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

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