Html Css Color HEX #DDC042 Confetti

📋 copy color: '#DDC042'

red 221 ◦ green 192 ◦ blue 66

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

Shades of Confetti #DDC042

Tints of Confetti #DDC042

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.08%

 BLUE value IS 66 (26.17% from 255) = 13.78%

R = 46.14%
G = 40.08%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDC042 (or 0xDDC042) is known color: Confetti. HEX triplet: DD, C0 and 42. RGB value is (221,192,66). Sum of RGB (Red+Green+Blue) = 221+192+66=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC042 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC042 is #223FBD. Grayscale: #BABABA. Windows color (decimal): -2244542 or 4374749. OLE color: 4374749.

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

Color convert

RGB 221 192 66 -
CMYK 0 0.13 0.70 0.13
HSL 48.77º 0.7% 0.56% -
HSV(B) 48.77º 0.7% 0.87% -
XYZ 49.65 53.46 12.86 -
YUV 186.31 60.11 152.75 -
System Red Green Blue C M Y K H S L
Decimal 221 192 66 0 0.13 0.70 0.13 48.77 0.7 0.56
Hex DD C0 42 0 D 46 D 31 46 38
Octal 335 300 102 0 15 106 15 61 106 70
Binary 11011101 11000000 1000010 0 1101 1000110 1101 110001 1000110 111000

Color Harmonies of #DDC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC042

Black with #DDC042

Text Example


Text Example

White with #DDC042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC042; }

 p { color: rgb(221,192,66); }

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

background-color css

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

 a { background-color: rgb(221,192,66); }

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

border-color css

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

 span { border-color: rgb(221,192,66); }

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