Html Css Color HEX #DDBE40 Confetti

📋 copy color: '#DDBE40'

red 221 ◦ green 190 ◦ blue 64

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

Shades of Confetti #DDBE40

Tints of Confetti #DDBE40

RGB

 RED value IS 221 (86.72% from 255) = 46.53%

 GREEN value IS 190 (74.61% from 255) = 40%

 BLUE value IS 64 (25.39% from 255) = 13.47%

R = 46.53%
G = 40%
B = 13.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DDBE40 (or 0xDDBE40) is known color: Confetti. HEX triplet: DD, BE and 40. RGB value is (221,190,64). Sum of RGB (Red+Green+Blue) = 221+190+64=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 64 (25.39% from 255 or 13.47% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE40 is #2241BF. Grayscale: #B9B9B9. Windows color (decimal): -2245056 or 4243165. OLE color: 4243165.

HSL color Cylindrical-coordinate representation of color #DDBE40: hue angle of 48.15º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDBE40 is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 64 -
CMYK 0 0.14 0.71 0.13
HSL 48.15º 0.7% 0.56% -
HSV(B) 48.15º 0.71% 0.87% -
XYZ 49.16 52.57 12.41 -
YUV 184.91 59.77 153.75 -
System Red Green Blue C M Y K H S L
Decimal 221 190 64 0 0.14 0.71 0.13 48.15 0.7 0.56
Hex DD BE 40 0 E 47 D 30 46 38
Octal 335 276 100 0 16 107 15 60 106 70
Binary 11011101 10111110 1000000 0 1110 1000111 1101 110000 1000110 111000

Color Harmonies of #DDBE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE40

Black with #DDBE40

Text Example


Text Example

White with #DDBE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE40; }

 p { color: rgb(221,190,64); }

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

background-color css

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

 a { background-color: rgb(221,190,64); }

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

border-color css

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

 span { border-color: rgb(221,190,64); }

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