Html Css Color HEX #DDC851 Confetti

📋 copy color: '#DDC851'

red 221 ◦ green 200 ◦ blue 81

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

Shades of Confetti #DDC851

Tints of Confetti #DDC851

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.84%

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

R = 44.02%
G = 39.84%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDC851 (or 0xDDC851) is known color: Confetti. HEX triplet: DD, C8 and 51. RGB value is (221,200,81). Sum of RGB (Red+Green+Blue) = 221+200+81=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 81 (32.03% from 255 or 16.14% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC851 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC851 is #2237AE. Grayscale: #C1C1C1. Windows color (decimal): -2242479 or 5359837. OLE color: 5359837.

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

Color convert

RGB 221 200 81 -
CMYK 0 0.10 0.63 0.13
HSL 51º 0.67% 0.59% -
HSV(B) 51º 0.63% 0.87% -
XYZ 51.96 57.27 16.1 -
YUV 192.71 64.96 148.18 -
System Red Green Blue C M Y K H S L
Decimal 221 200 81 0 0.10 0.63 0.13 51 0.67 0.59
Hex DD C8 51 0 A 3F D 33 43 3B
Octal 335 310 121 0 12 77 15 63 103 73
Binary 11011101 11001000 1010001 0 1010 111111 1101 110011 1000011 111011

Color Harmonies of #DDC851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC851

Black with #DDC851

Text Example


Text Example

White with #DDC851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC851; }

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

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

background-color css

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

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

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

border-color css

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

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

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