Html Css Color HEX #DDC943 Confetti

📋 copy color: '#DDC943'

red 221 ◦ green 201 ◦ blue 67

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

Shades of Confetti #DDC943

Tints of Confetti #DDC943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 13.7%

R = 45.19%
G = 41.1%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDC943 (or 0xDDC943) is known color: Confetti. HEX triplet: DD, C9 and 43. RGB value is (221,201,67). Sum of RGB (Red+Green+Blue) = 221+201+67=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 201 (78.91% from 255 or 41.10% from 489); Blue value is 67 (26.56% from 255 or 13.70% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC943 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC943 is #2236BC. Grayscale: #C0C0C0. Windows color (decimal): -2242237 or 4442589. OLE color: 4442589.

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

Color convert

RGB 221 201 67 -
CMYK 0 0.09 0.70 0.13
HSL 52.21º 0.69% 0.56% -
HSV(B) 52.21º 0.7% 0.87% -
XYZ 51.72 57.55 13.69 -
YUV 191.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 221 201 67 0 0.09 0.70 0.13 52.21 0.69 0.56
Hex DD C9 43 0 9 46 D 34 45 38
Octal 335 311 103 0 11 106 15 64 105 70
Binary 11011101 11001001 1000011 0 1001 1000110 1101 110100 1000101 111000

Color Harmonies of #DDC943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC943

Black with #DDC943

Text Example


Text Example

White with #DDC943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC943; }

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

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

background-color css

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

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

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

border-color css

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

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

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