Html Css Color HEX #DDD645 Confetti

📋 copy color: '#DDD645'

red 221 ◦ green 214 ◦ blue 69

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

Shades of Confetti #DDD645

Tints of Confetti #DDD645

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.46%

 BLUE value IS 69 (27.34% from 255) = 13.69%

R = 43.85%
G = 42.46%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDD645 (or 0xDDD645) is known color: Confetti. HEX triplet: DD, D6 and 45. RGB value is (221,214,69). Sum of RGB (Red+Green+Blue) = 221+214+69=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 69 (27.34% from 255 or 13.69% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD645 is #2229BA. Grayscale: #C8C8C8. Windows color (decimal): -2238907 or 4576989. OLE color: 4576989.

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

Color convert

RGB 221 214 69 -
CMYK 0 0.03 0.69 0.13
HSL 57.24º 0.69% 0.57% -
HSV(B) 57.24º 0.69% 0.87% -
XYZ 54.94 63.89 15.07 -
YUV 199.56 54.32 143.29 -
System Red Green Blue C M Y K H S L
Decimal 221 214 69 0 0.03 0.69 0.13 57.24 0.69 0.57
Hex DD D6 45 0 3 45 D 39 45 39
Octal 335 326 105 0 3 105 15 71 105 71
Binary 11011101 11010110 1000101 0 11 1000101 1101 111001 1000101 111001

Color Harmonies of #DDD645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD645

Black with #DDD645

Text Example


Text Example

White with #DDD645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD645; }

 p { color: rgb(221,214,69); }

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

background-color css

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

 a { background-color: rgb(221,214,69); }

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

border-color css

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

 span { border-color: rgb(221,214,69); }

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