Html Css Color HEX #DB9432 Buttercup

📋 copy color: '#DB9432'

red 219 ◦ green 148 ◦ blue 50

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

Shades of Buttercup #DB9432

Tints of Buttercup #DB9432

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.49%

 BLUE value IS 50 (19.92% from 255) = 11.99%

R = 52.52%
G = 35.49%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#DB9432 (or 0xDB9432) is known color: Buttercup. HEX triplet: DB, 94 and 32. RGB value is (219,148,50). Sum of RGB (Red+Green+Blue) = 219+148+50=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 50 (19.92% from 255 or 11.99% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9432 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DB9432 is #246BCD. Grayscale: #9E9E9E. Windows color (decimal): -2386894 or 3314907. OLE color: 3314907.

HSL color Cylindrical-coordinate representation of color #DB9432: hue angle of 34.79º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB9432 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 148 50 -
CMYK 0 0.32 0.77 0.14
HSL 34.79º 0.7% 0.53% -
HSV(B) 34.79º 0.77% 0.86% -
XYZ 40.38 36.47 7.93 -
YUV 158.06 67.02 171.47 -
System Red Green Blue C M Y K H S L
Decimal 219 148 50 0 0.32 0.77 0.14 34.79 0.7 0.53
Hex DB 94 32 0 20 4D E 23 46 35
Octal 333 224 62 0 40 115 16 43 106 65
Binary 11011011 10010100 110010 0 100000 1001101 1110 100011 1000110 110101

Color Harmonies of #DB9432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9432

Black with #DB9432

Text Example


Text Example

White with #DB9432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9432; }

 p { color: rgb(219,148,50); }

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

background-color css

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

 a { background-color: rgb(219,148,50); }

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

border-color css

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

 span { border-color: rgb(219,148,50); }

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