Html Css Color HEX #DB932A Buttercup

📋 copy color: '#DB932A'

red 219 ◦ green 147 ◦ blue 42

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

Shades of Buttercup #DB932A

Tints of Buttercup #DB932A

RGB

 RED value IS 219 (85.94% from 255) = 53.68%

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

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

R = 53.68%
G = 36.03%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DB932A (or 0xDB932A) is known color: Buttercup. HEX triplet: DB, 93 and 2A. RGB value is (219,147,42). Sum of RGB (Red+Green+Blue) = 219+147+42=408 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.68% from 408); Green value is 147 (57.81% from 255 or 36.03% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 219 - color contains mainly: red. Hex color #DB932A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB932A is #246CD5. Grayscale: #9D9D9D. Windows color (decimal): -2387158 or 2790363. OLE color: 2790363.

HSL color Cylindrical-coordinate representation of color #DB932A: hue angle of 35.59º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB932A is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 42 -
CMYK 0 0.33 0.81 0.14
HSL 35.59º 0.71% 0.51% -
HSV(B) 35.59º 0.81% 0.86% -
XYZ 40.07 36.09 7.05 -
YUV 156.56 63.35 172.54 -
System Red Green Blue C M Y K H S L
Decimal 219 147 42 0 0.33 0.81 0.14 35.59 0.71 0.51
Hex DB 93 2A 0 21 51 E 24 47 33
Octal 333 223 52 0 41 121 16 44 107 63
Binary 11011011 10010011 101010 0 100001 1010001 1110 100100 1000111 110011

Color Harmonies of #DB932A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB932A

Black with #DB932A

Text Example


Text Example

White with #DB932A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB932A; }

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

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

background-color css

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

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

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

border-color css

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

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

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