Html Css Color HEX #DDC14B Confetti

📋 copy color: '#DDC14B'

red 221 ◦ green 193 ◦ blue 75

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

Shades of Confetti #DDC14B

Tints of Confetti #DDC14B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 15.34%

R = 45.19%
G = 39.47%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDC14B (or 0xDDC14B) is known color: Confetti. HEX triplet: DD, C1 and 4B. RGB value is (221,193,75). Sum of RGB (Red+Green+Blue) = 221+193+75=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC14B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC14B is #223EB4. Grayscale: #BCBCBC. Windows color (decimal): -2244277 or 4964829. OLE color: 4964829.

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

Color convert

RGB 221 193 75 -
CMYK 0 0.13 0.66 0.13
HSL 48.49º 0.68% 0.58% -
HSV(B) 48.49º 0.66% 0.87% -
XYZ 50.16 54.02 14.44 -
YUV 187.92 64.28 151.59 -
System Red Green Blue C M Y K H S L
Decimal 221 193 75 0 0.13 0.66 0.13 48.49 0.68 0.58
Hex DD C1 4B 0 D 42 D 30 44 3A
Octal 335 301 113 0 15 102 15 60 104 72
Binary 11011101 11000001 1001011 0 1101 1000010 1101 110000 1000100 111010

Color Harmonies of #DDC14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC14B

Black with #DDC14B

Text Example


Text Example

White with #DDC14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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