Html Css Color HEX #DDCC4E Confetti

📋 copy color: '#DDCC4E'

red 221 ◦ green 204 ◦ blue 78

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

Shades of Confetti #DDCC4E

Tints of Confetti #DDCC4E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.56%

 BLUE value IS 78 (30.86% from 255) = 15.51%

R = 43.94%
G = 40.56%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDCC4E (or 0xDDCC4E) is known color: Confetti. HEX triplet: DD, CC and 4E. RGB value is (221,204,78). Sum of RGB (Red+Green+Blue) = 221+204+78=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 78 (30.86% from 255 or 15.51% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCC4E is #2233B1. Grayscale: #C3C3C3. Windows color (decimal): -2241458 or 5164253. OLE color: 5164253.

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

Color convert

RGB 221 204 78 -
CMYK 0 0.08 0.65 0.13
HSL 52.87º 0.68% 0.59% -
HSV(B) 52.87º 0.65% 0.87% -
XYZ 52.79 59.11 15.83 -
YUV 194.72 62.13 146.75 -
System Red Green Blue C M Y K H S L
Decimal 221 204 78 0 0.08 0.65 0.13 52.87 0.68 0.59
Hex DD CC 4E 0 8 41 D 35 44 3B
Octal 335 314 116 0 10 101 15 65 104 73
Binary 11011101 11001100 1001110 0 1000 1000001 1101 110101 1000100 111011

Color Harmonies of #DDCC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC4E

Black with #DDCC4E

Text Example


Text Example

White with #DDCC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC4E; }

 p { color: rgb(221,204,78); }

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

background-color css

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

 a { background-color: rgb(221,204,78); }

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

border-color css

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

 span { border-color: rgb(221,204,78); }

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