Html Css Color HEX #DA932A Buttercup

📋 copy color: '#DA932A'

red 218 ◦ green 147 ◦ blue 42

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

Shades of Buttercup #DA932A

Tints of Buttercup #DA932A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.12%

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

R = 53.56%
G = 36.12%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#DA932A (or 0xDA932A) is known color: Buttercup. HEX triplet: DA, 93 and 2A. RGB value is (218,147,42). Sum of RGB (Red+Green+Blue) = 218+147+42=407 (53% of max value = 765). Red value is 218 (85.55% from 255 or 53.56% from 407); Green value is 147 (57.81% from 255 or 36.12% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 218 - color contains mainly: red. Hex color #DA932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA932A is #256CD5. Grayscale: #9C9C9C. Windows color (decimal): -2452694 or 2790362. OLE color: 2790362.

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

Color convert

RGB 218 147 42 -
CMYK 0 0.33 0.81 0.15
HSL 35.8º 0.7% 0.51% -
HSV(B) 35.8º 0.81% 0.85% -
XYZ 39.77 35.94 7.03 -
YUV 156.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 218 147 42 0 0.33 0.81 0.15 35.8 0.7 0.51
Hex DA 93 2A 0 21 51 F 24 46 33
Octal 332 223 52 0 41 121 17 44 106 63
Binary 11011010 10010011 101010 0 100001 1010001 1111 100100 1000110 110011

Color Harmonies of #DA932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA932A

Black with #DA932A

Text Example


Text Example

White with #DA932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA932A; }

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

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

background-color css

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

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

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

border-color css

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

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

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