Html Css Color HEX #DDCF51 Confetti

📋 copy color: '#DDCF51'

red 221 ◦ green 207 ◦ blue 81

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

Shades of Confetti #DDCF51

Tints of Confetti #DDCF51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 15.91%

R = 43.42%
G = 40.67%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDCF51 (or 0xDDCF51) is known color: Confetti. HEX triplet: DD, CF and 51. RGB value is (221,207,81). Sum of RGB (Red+Green+Blue) = 221+207+81=509 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.42% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 81 (32.03% from 255 or 15.91% from 509); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCF51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCF51 is #2230AE. Grayscale: #C5C5C5. Windows color (decimal): -2240687 or 5361629. OLE color: 5361629.

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

Color convert

RGB 221 207 81 -
CMYK 0 0.06 0.63 0.13
HSL 54º 0.67% 0.59% -
HSV(B) 54º 0.63% 0.87% -
XYZ 53.62 60.59 16.65 -
YUV 196.82 62.64 145.25 -
System Red Green Blue C M Y K H S L
Decimal 221 207 81 0 0.06 0.63 0.13 54 0.67 0.59
Hex DD CF 51 0 6 3F D 36 43 3B
Octal 335 317 121 0 6 77 15 66 103 73
Binary 11011101 11001111 1010001 0 110 111111 1101 110110 1000011 111011

Color Harmonies of #DDCF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCF51

Black with #DDCF51

Text Example


Text Example

White with #DDCF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCF51; }

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

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

background-color css

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

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

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

border-color css

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

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

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