Html Css Color HEX #DDCE42 Confetti

📋 copy color: '#DDCE42'

red 221 ◦ green 206 ◦ blue 66

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

Shades of Confetti #DDCE42

Tints of Confetti #DDCE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.39%

R = 44.83%
G = 41.78%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDCE42 (or 0xDDCE42) is known color: Confetti. HEX triplet: DD, CE and 42. RGB value is (221,206,66). Sum of RGB (Red+Green+Blue) = 221+206+66=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 66 (26.17% from 255 or 13.39% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE42 is #2231BD. Grayscale: #C3C3C3. Windows color (decimal): -2240958 or 4378333. OLE color: 4378333.

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

Color convert

RGB 221 206 66 -
CMYK 0 0.07 0.70 0.13
HSL 54.19º 0.7% 0.56% -
HSV(B) 54.19º 0.7% 0.87% -
XYZ 52.87 59.91 13.93 -
YUV 194.53 55.47 146.88 -
System Red Green Blue C M Y K H S L
Decimal 221 206 66 0 0.07 0.70 0.13 54.19 0.7 0.56
Hex DD CE 42 0 7 46 D 36 46 38
Octal 335 316 102 0 7 106 15 66 106 70
Binary 11011101 11001110 1000010 0 111 1000110 1101 110110 1000110 111000

Color Harmonies of #DDCE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE42

Black with #DDCE42

Text Example


Text Example

White with #DDCE42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE42; }

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

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

background-color css

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

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

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

border-color css

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

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

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