Html Css Color HEX #DDCE4B Confetti

📋 copy color: '#DDCE4B'

red 221 ◦ green 206 ◦ blue 75

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

Shades of Confetti #DDCE4B

Tints of Confetti #DDCE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.04%

 BLUE value IS 75 (29.69% from 255) = 14.94%

R = 44.02%
G = 41.04%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDCE4B (or 0xDDCE4B) is known color: Confetti. HEX triplet: DD, CE and 4B. RGB value is (221,206,75). Sum of RGB (Red+Green+Blue) = 221+206+75=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 206 (80.86% from 255 or 41.04% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE4B is #2231B4. Grayscale: #C4C4C4. Windows color (decimal): -2240949 or 4968157. OLE color: 4968157.

HSL color Cylindrical-coordinate representation of color #DDCE4B: hue angle of 53.84º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDCE4B is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 206 75 -
CMYK 0 0.07 0.66 0.13
HSL 53.84º 0.68% 0.58% -
HSV(B) 53.84º 0.66% 0.87% -
XYZ 53.16 60.02 15.44 -
YUV 195.55 59.97 146.15 -
System Red Green Blue C M Y K H S L
Decimal 221 206 75 0 0.07 0.66 0.13 53.84 0.68 0.58
Hex DD CE 4B 0 7 42 D 36 44 3A
Octal 335 316 113 0 7 102 15 66 104 72
Binary 11011101 11001110 1001011 0 111 1000010 1101 110110 1000100 111010

Color Harmonies of #DDCE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE4B

Black with #DDCE4B

Text Example


Text Example

White with #DDCE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE4B; }

 p { color: rgb(221,206,75); }

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

background-color css

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

 a { background-color: rgb(221,206,75); }

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

border-color css

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

 span { border-color: rgb(221,206,75); }

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