Html Css Color HEX #DDC84F Confetti

📋 copy color: '#DDC84F'

red 221 ◦ green 200 ◦ blue 79

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

Shades of Confetti #DDC84F

Tints of Confetti #DDC84F

RGB

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

 GREEN value IS 200 (78.52% from 255) = 40%

 BLUE value IS 79 (31.25% from 255) = 15.8%

R = 44.2%
G = 40%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DDC84F (or 0xDDC84F) is known color: Confetti. HEX triplet: DD, C8 and 4F. RGB value is (221,200,79). Sum of RGB (Red+Green+Blue) = 221+200+79=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 79 (31.25% from 255 or 15.8% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC84F is #2237B0. Grayscale: #C0C0C0. Windows color (decimal): -2242481 or 5228765. OLE color: 5228765.

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

Color convert

RGB 221 200 79 -
CMYK 0 0.10 0.64 0.13
HSL 51.13º 0.68% 0.59% -
HSV(B) 51.13º 0.64% 0.87% -
XYZ 51.88 57.25 15.71 -
YUV 192.49 63.96 148.34 -
System Red Green Blue C M Y K H S L
Decimal 221 200 79 0 0.10 0.64 0.13 51.13 0.68 0.59
Hex DD C8 4F 0 A 40 D 33 44 3B
Octal 335 310 117 0 12 100 15 63 104 73
Binary 11011101 11001000 1001111 0 1010 1000000 1101 110011 1000100 111011

Color Harmonies of #DDC84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC84F

Black with #DDC84F

Text Example


Text Example

White with #DDC84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC84F; }

 p { color: rgb(221,200,79); }

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

background-color css

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

 a { background-color: rgb(221,200,79); }

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

border-color css

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

 span { border-color: rgb(221,200,79); }

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