Html Css Color HEX #DDCF46 Confetti

📋 copy color: '#DDCF46'

red 221 ◦ green 207 ◦ blue 70

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

Shades of Confetti #DDCF46

Tints of Confetti #DDCF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.06%

R = 44.38%
G = 41.57%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.13

RGB Variations

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

Color information

#DDCF46 (or 0xDDCF46) is known color: Confetti. HEX triplet: DD, CF and 46. RGB value is (221,207,70). Sum of RGB (Red+Green+Blue) = 221+207+70=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCF46 is #2230B9. Grayscale: #C4C4C4. Windows color (decimal): -2240698 or 4640733. OLE color: 4640733.

HSL color Cylindrical-coordinate representation of color #DDCF46: hue angle of 54.44º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDCF46 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 207 70 -
CMYK 0 0.06 0.68 0.13
HSL 54.44º 0.69% 0.57% -
HSV(B) 54.44º 0.68% 0.87% -
XYZ 53.24 60.44 14.65 -
YUV 195.57 57.14 146.14 -
System Red Green Blue C M Y K H S L
Decimal 221 207 70 0 0.06 0.68 0.13 54.44 0.69 0.57
Hex DD CF 46 0 6 44 D 36 45 39
Octal 335 317 106 0 6 104 15 66 105 71
Binary 11011101 11001111 1000110 0 110 1000100 1101 110110 1000101 111001

Color Harmonies of #DDCF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF46

Black with #DDCF46

Text Example


Text Example

White with #DDCF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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