Html Css Color HEX #DDCE47 Confetti

📋 copy color: '#DDCE47'

red 221 ◦ green 206 ◦ blue 71

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

Shades of Confetti #DDCE47

Tints of Confetti #DDCE47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.26%

R = 44.38%
G = 41.37%
B = 14.26%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDCE47 (or 0xDDCE47) is known color: Confetti. HEX triplet: DD, CE and 47. RGB value is (221,206,71). Sum of RGB (Red+Green+Blue) = 221+206+71=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 71 (28.12% from 255 or 14.26% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCE47 is #2231B8. Grayscale: #C3C3C3. Windows color (decimal): -2240953 or 4706013. OLE color: 4706013.

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

Color convert

RGB 221 206 71 -
CMYK 0 0.07 0.68 0.13
HSL 54º 0.69% 0.57% -
HSV(B) 54º 0.68% 0.87% -
XYZ 53.03 59.97 14.74 -
YUV 195.1 57.97 146.48 -
System Red Green Blue C M Y K H S L
Decimal 221 206 71 0 0.07 0.68 0.13 54 0.69 0.57
Hex DD CE 47 0 7 44 D 36 45 39
Octal 335 316 107 0 7 104 15 66 105 71
Binary 11011101 11001110 1000111 0 111 1000100 1101 110110 1000101 111001

Color Harmonies of #DDCE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCE47

Black with #DDCE47

Text Example


Text Example

White with #DDCE47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCE47; }

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

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

background-color css

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

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

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

border-color css

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

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

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