Html Css Color HEX #DDC14D Confetti

📋 copy color: '#DDC14D'

red 221 ◦ green 193 ◦ blue 77

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

Shades of Confetti #DDC14D

Tints of Confetti #DDC14D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 15.68%

R = 45.01%
G = 39.31%
B = 15.68%

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

#DDC14D (or 0xDDC14D) is known color: Confetti. HEX triplet: DD, C1 and 4D. RGB value is (221,193,77). Sum of RGB (Red+Green+Blue) = 221+193+77=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 193 (75.78% from 255 or 39.31% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC14D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC14D is #223EB2. Grayscale: #BCBCBC. Windows color (decimal): -2244275 or 5095901. OLE color: 5095901.

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

Color convert

RGB 221 193 77 -
CMYK 0 0.13 0.65 0.13
HSL 48.33º 0.68% 0.58% -
HSV(B) 48.33º 0.65% 0.87% -
XYZ 50.23 54.05 14.81 -
YUV 188.15 65.28 151.43 -
System Red Green Blue C M Y K H S L
Decimal 221 193 77 0 0.13 0.65 0.13 48.33 0.68 0.58
Hex DD C1 4D 0 D 41 D 30 44 3A
Octal 335 301 115 0 15 101 15 60 104 72
Binary 11011101 11000001 1001101 0 1101 1000001 1101 110000 1000100 111010

Color Harmonies of #DDC14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC14D

Black with #DDC14D

Text Example


Text Example

White with #DDC14D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC14D; }

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

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

background-color css

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

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

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

border-color css

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

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

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