Html Css Color HEX #DDCB51 Confetti

📋 copy color: '#DDCB51'

red 221 ◦ green 203 ◦ blue 81

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

Shades of Confetti #DDCB51

Tints of Confetti #DDCB51

RGB

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

 GREEN value IS 203 (79.69% from 255) = 40.2%

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

R = 43.76%
G = 40.2%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DDCB51 (or 0xDDCB51) is known color: Confetti. HEX triplet: DD, CB and 51. RGB value is (221,203,81). Sum of RGB (Red+Green+Blue) = 221+203+81=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 203 (79.69% from 255 or 40.20% from 505); Blue value is 81 (32.03% from 255 or 16.04% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB51 is #2234AE. Grayscale: #C2C2C2. Windows color (decimal): -2241711 or 5360605. OLE color: 5360605.

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

Color convert

RGB 221 203 81 -
CMYK 0 0.08 0.63 0.13
HSL 52.29º 0.67% 0.59% -
HSV(B) 52.29º 0.63% 0.87% -
XYZ 52.66 58.68 16.34 -
YUV 194.47 63.96 146.92 -
System Red Green Blue C M Y K H S L
Decimal 221 203 81 0 0.08 0.63 0.13 52.29 0.67 0.59
Hex DD CB 51 0 8 3F D 34 43 3B
Octal 335 313 121 0 10 77 15 64 103 73
Binary 11011101 11001011 1010001 0 1000 111111 1101 110100 1000011 111011

Color Harmonies of #DDCB51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB51

Black with #DDCB51

Text Example


Text Example

White with #DDCB51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB51; }

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

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

background-color css

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

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

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

border-color css

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

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

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