Html Css Color HEX #DDD745 Confetti

📋 copy color: '#DDD745'

red 221 ◦ green 215 ◦ blue 69

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

Shades of Confetti #DDD745

Tints of Confetti #DDD745

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.57%

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

R = 43.76%
G = 42.57%
B = 13.66%

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

#DDD745 (or 0xDDD745) is known color: Confetti. HEX triplet: DD, D7 and 45. RGB value is (221,215,69). Sum of RGB (Red+Green+Blue) = 221+215+69=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDD745 is #2228BA. Grayscale: #C8C8C8. Windows color (decimal): -2238651 or 4577245. OLE color: 4577245.

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

Color convert

RGB 221 215 69 -
CMYK 0 0.03 0.69 0.13
HSL 57.63º 0.69% 0.57% -
HSV(B) 57.63º 0.69% 0.87% -
XYZ 55.19 64.4 15.15 -
YUV 200.15 53.99 142.87 -
System Red Green Blue C M Y K H S L
Decimal 221 215 69 0 0.03 0.69 0.13 57.63 0.69 0.57
Hex DD D7 45 0 3 45 D 3A 45 39
Octal 335 327 105 0 3 105 15 72 105 71
Binary 11011101 11010111 1000101 0 11 1000101 1101 111010 1000101 111001

Color Harmonies of #DDD745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD745

Black with #DDD745

Text Example


Text Example

White with #DDD745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD745; }

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

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

background-color css

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

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

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

border-color css

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

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

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