Html Css Color HEX #DDC643 Confetti

📋 copy color: '#DDC643'

red 221 ◦ green 198 ◦ blue 67

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

Shades of Confetti #DDC643

Tints of Confetti #DDC643

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.74%

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

R = 45.47%
G = 40.74%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDC643 (or 0xDDC643) is known color: Confetti. HEX triplet: DD, C6 and 43. RGB value is (221,198,67). Sum of RGB (Red+Green+Blue) = 221+198+67=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 67 (26.56% from 255 or 13.79% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC643 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC643 is #2239BC. Grayscale: #BEBEBE. Windows color (decimal): -2243005 or 4441821. OLE color: 4441821.

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

Color convert

RGB 221 198 67 -
CMYK 0 0.10 0.70 0.13
HSL 51.04º 0.69% 0.56% -
HSV(B) 51.04º 0.7% 0.87% -
XYZ 51.03 56.17 13.46 -
YUV 189.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 221 198 67 0 0.10 0.70 0.13 51.04 0.69 0.56
Hex DD C6 43 0 A 46 D 33 45 38
Octal 335 306 103 0 12 106 15 63 105 70
Binary 11011101 11000110 1000011 0 1010 1000110 1101 110011 1000101 111000

Color Harmonies of #DDC643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC643

Black with #DDC643

Text Example


Text Example

White with #DDC643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC643; }

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

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

background-color css

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

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

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

border-color css

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

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

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