Html Css Color HEX #DDCB44 Confetti

📋 copy color: '#DDCB44'

red 221 ◦ green 203 ◦ blue 68

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

Shades of Confetti #DDCB44

Tints of Confetti #DDCB44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.82%

R = 44.92%
G = 41.26%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DDCB44 (or 0xDDCB44) is known color: Confetti. HEX triplet: DD, CB and 44. RGB value is (221,203,68). Sum of RGB (Red+Green+Blue) = 221+203+68=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 203 (79.69% from 255 or 41.26% from 492); Blue value is 68 (26.95% from 255 or 13.82% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB44 is #2234BB. Grayscale: #C1C1C1. Windows color (decimal): -2241724 or 4508637. OLE color: 4508637.

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

Color convert

RGB 221 203 68 -
CMYK 0 0.08 0.69 0.13
HSL 52.94º 0.69% 0.57% -
HSV(B) 52.94º 0.69% 0.87% -
XYZ 52.22 58.5 14.01 -
YUV 192.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 221 203 68 0 0.08 0.69 0.13 52.94 0.69 0.57
Hex DD CB 44 0 8 45 D 35 45 39
Octal 335 313 104 0 10 105 15 65 105 71
Binary 11011101 11001011 1000100 0 1000 1000101 1101 110101 1000101 111001

Color Harmonies of #DDCB44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB44

Black with #DDCB44

Text Example


Text Example

White with #DDCB44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB44; }

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

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

background-color css

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

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

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

border-color css

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

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

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