Html Css Color HEX #DDBE3F Confetti

📋 copy color: '#DDBE3F'

red 221 ◦ green 190 ◦ blue 63

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

Shades of Confetti #DDBE3F

Tints of Confetti #DDBE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.29%

R = 46.62%
G = 40.08%
B = 13.29%

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

#DDBE3F (or 0xDDBE3F) is known color: Confetti. HEX triplet: DD, BE and 3F. RGB value is (221,190,63). Sum of RGB (Red+Green+Blue) = 221+190+63=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 190 (74.61% from 255 or 40.08% from 474); Blue value is 63 (25% from 255 or 13.29% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE3F is #2241C0. Grayscale: #B9B9B9. Windows color (decimal): -2245057 or 4177629. OLE color: 4177629.

HSL color Cylindrical-coordinate representation of color #DDBE3F: hue angle of 48.23º 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 #DDBE3F is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 190 63 -
CMYK 0 0.14 0.71 0.13
HSL 48.23º 0.7% 0.56% -
HSV(B) 48.23º 0.71% 0.87% -
XYZ 49.13 52.56 12.26 -
YUV 184.79 59.27 153.83 -
System Red Green Blue C M Y K H S L
Decimal 221 190 63 0 0.14 0.71 0.13 48.23 0.7 0.56
Hex DD BE 3F 0 E 47 D 30 46 38
Octal 335 276 77 0 16 107 15 60 106 70
Binary 11011101 10111110 111111 0 1110 1000111 1101 110000 1000110 111000

Color Harmonies of #DDBE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBE3F

Black with #DDBE3F

Text Example


Text Example

White with #DDBE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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