Html Css Color HEX #DDC945 Confetti

📋 copy color: '#DDC945'

red 221 ◦ green 201 ◦ blue 69

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

Shades of Confetti #DDC945

Tints of Confetti #DDC945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 40.94%

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

R = 45.01%
G = 40.94%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDC945 (or 0xDDC945) is known color: Confetti. HEX triplet: DD, C9 and 45. RGB value is (221,201,69). Sum of RGB (Red+Green+Blue) = 221+201+69=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 201 (78.91% from 255 or 40.94% from 491); Blue value is 69 (27.34% from 255 or 14.05% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC945 is #2236BA. Grayscale: #C0C0C0. Windows color (decimal): -2242235 or 4573661. OLE color: 4573661.

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

Color convert

RGB 221 201 69 -
CMYK 0 0.09 0.69 0.13
HSL 52.11º 0.69% 0.57% -
HSV(B) 52.11º 0.69% 0.87% -
XYZ 51.78 57.58 14.01 -
YUV 191.93 58.63 148.73 -
System Red Green Blue C M Y K H S L
Decimal 221 201 69 0 0.09 0.69 0.13 52.11 0.69 0.57
Hex DD C9 45 0 9 45 D 34 45 39
Octal 335 311 105 0 11 105 15 64 105 71
Binary 11011101 11001001 1000101 0 1001 1000101 1101 110100 1000101 111001

Color Harmonies of #DDC945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC945

Black with #DDC945

Text Example


Text Example

White with #DDC945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC945; }

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

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

background-color css

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

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

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

border-color css

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

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

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