Html Css Color HEX #DA962D Buttercup

📋 copy color: '#DA962D'

red 218 ◦ green 150 ◦ blue 45

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

Shades of Buttercup #DA962D

Tints of Buttercup #DA962D

RGB

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

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

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

R = 52.78%
G = 36.32%
B = 10.9%

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

#DA962D (or 0xDA962D) is known color: Buttercup. HEX triplet: DA, 96 and 2D. RGB value is (218,150,45). Sum of RGB (Red+Green+Blue) = 218+150+45=413 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.78% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 218 - color contains mainly: red. Hex color #DA962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA962D is #2569D2. Grayscale: #9E9E9E. Windows color (decimal): -2451923 or 2987738. OLE color: 2987738.

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

Color convert

RGB 218 150 45 -
CMYK 0 0.31 0.79 0.15
HSL 36.42º 0.7% 0.52% -
HSV(B) 36.42º 0.79% 0.85% -
XYZ 40.29 36.91 7.48 -
YUV 158.36 64.03 170.54 -
System Red Green Blue C M Y K H S L
Decimal 218 150 45 0 0.31 0.79 0.15 36.42 0.7 0.52
Hex DA 96 2D 0 1F 4F F 24 46 34
Octal 332 226 55 0 37 117 17 44 106 64
Binary 11011010 10010110 101101 0 11111 1001111 1111 100100 1000110 110100

Color Harmonies of #DA962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA962D

Black with #DA962D

Text Example


Text Example

White with #DA962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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