Html Css Color HEX #DDC14E Confetti

📋 copy color: '#DDC14E'

red 221 ◦ green 193 ◦ blue 78

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

Shades of Confetti #DDC14E

Tints of Confetti #DDC14E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.23%

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

R = 44.92%
G = 39.23%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DDC14E (or 0xDDC14E) is known color: Confetti. HEX triplet: DD, C1 and 4E. RGB value is (221,193,78). Sum of RGB (Red+Green+Blue) = 221+193+78=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 193 (75.78% from 255 or 39.23% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC14E is #223EB1. Grayscale: #BCBCBC. Windows color (decimal): -2244274 or 5161437. OLE color: 5161437.

HSL color Cylindrical-coordinate representation of color #DDC14E: hue angle of 48.25º 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 #DDC14E is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 193 78 -
CMYK 0 0.13 0.65 0.13
HSL 48.25º 0.68% 0.59% -
HSV(B) 48.25º 0.65% 0.87% -
XYZ 50.26 54.06 14.99 -
YUV 188.26 65.78 151.35 -
System Red Green Blue C M Y K H S L
Decimal 221 193 78 0 0.13 0.65 0.13 48.25 0.68 0.59
Hex DD C1 4E 0 D 41 D 30 44 3B
Octal 335 301 116 0 15 101 15 60 104 73
Binary 11011101 11000001 1001110 0 1101 1000001 1101 110000 1000100 111011

Color Harmonies of #DDC14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC14E

Black with #DDC14E

Text Example


Text Example

White with #DDC14E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC14E; }

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

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

background-color css

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

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

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

border-color css

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

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

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