Html Css Color HEX #DDCF42 Confetti

📋 copy color: '#DDCF42'

red 221 ◦ green 207 ◦ blue 66

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

Shades of Confetti #DDCF42

Tints of Confetti #DDCF42

RGB

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

 GREEN value IS 207 (81.25% from 255) = 41.9%

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

R = 44.74%
G = 41.9%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DDCF42 (or 0xDDCF42) is known color: Confetti. HEX triplet: DD, CF and 42. RGB value is (221,207,66). Sum of RGB (Red+Green+Blue) = 221+207+66=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 207 (81.25% from 255 or 41.90% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF42 is #2230BD. Grayscale: #C3C3C3. Windows color (decimal): -2240702 or 4378589. OLE color: 4378589.

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

Color convert

RGB 221 207 66 -
CMYK 0 0.06 0.70 0.13
HSL 54.58º 0.7% 0.56% -
HSV(B) 54.58º 0.7% 0.87% -
XYZ 53.11 60.39 14.01 -
YUV 195.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 221 207 66 0 0.06 0.70 0.13 54.58 0.7 0.56
Hex DD CF 42 0 6 46 D 37 46 38
Octal 335 317 102 0 6 106 15 67 106 70
Binary 11011101 11001111 1000010 0 110 1000110 1101 110111 1000110 111000

Color Harmonies of #DDCF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF42

Black with #DDCF42

Text Example


Text Example

White with #DDCF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF42; }

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

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

background-color css

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

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

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

border-color css

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

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

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