Html Css Color HEX #DDCE44 Confetti

📋 copy color: '#DDCE44'

red 221 ◦ green 206 ◦ blue 68

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

Shades of Confetti #DDCE44

Tints of Confetti #DDCE44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.74%

R = 44.65%
G = 41.62%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDCE44 (or 0xDDCE44) is known color: Confetti. HEX triplet: DD, CE and 44. RGB value is (221,206,68). Sum of RGB (Red+Green+Blue) = 221+206+68=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE44 is #2231BB. Grayscale: #C3C3C3. Windows color (decimal): -2240956 or 4509405. OLE color: 4509405.

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

Color convert

RGB 221 206 68 -
CMYK 0 0.07 0.69 0.13
HSL 54.12º 0.69% 0.57% -
HSV(B) 54.12º 0.69% 0.87% -
XYZ 52.93 59.93 14.25 -
YUV 194.75 56.47 146.72 -
System Red Green Blue C M Y K H S L
Decimal 221 206 68 0 0.07 0.69 0.13 54.12 0.69 0.57
Hex DD CE 44 0 7 45 D 36 45 39
Octal 335 316 104 0 7 105 15 66 105 71
Binary 11011101 11001110 1000100 0 111 1000101 1101 110110 1000101 111001

Color Harmonies of #DDCE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE44

Black with #DDCE44

Text Example


Text Example

White with #DDCE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE44; }

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

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

background-color css

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

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

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

border-color css

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

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

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