Html Css Color HEX #DDCC4B Confetti

📋 copy color: '#DDCC4B'

red 221 ◦ green 204 ◦ blue 75

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

Shades of Confetti #DDCC4B

Tints of Confetti #DDCC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 40.8%

 BLUE value IS 75 (29.69% from 255) = 15%

R = 44.2%
G = 40.8%
B = 15%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDCC4B (or 0xDDCC4B) is known color: Confetti. HEX triplet: DD, CC and 4B. RGB value is (221,204,75). Sum of RGB (Red+Green+Blue) = 221+204+75=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 75 (29.69% from 255 or 15% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCC4B is #2233B4. Grayscale: #C2C2C2. Windows color (decimal): -2241461 or 4967645. OLE color: 4967645.

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

Color convert

RGB 221 204 75 -
CMYK 0 0.08 0.66 0.13
HSL 53.01º 0.68% 0.58% -
HSV(B) 53.01º 0.66% 0.87% -
XYZ 52.68 59.07 15.28 -
YUV 194.38 60.63 146.99 -
System Red Green Blue C M Y K H S L
Decimal 221 204 75 0 0.08 0.66 0.13 53.01 0.68 0.58
Hex DD CC 4B 0 8 42 D 35 44 3A
Octal 335 314 113 0 10 102 15 65 104 72
Binary 11011101 11001100 1001011 0 1000 1000010 1101 110101 1000100 111010

Color Harmonies of #DDCC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCC4B

Black with #DDCC4B

Text Example


Text Example

White with #DDCC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCC4B; }

 p { color: rgb(221,204,75); }

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

background-color css

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

 a { background-color: rgb(221,204,75); }

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

border-color css

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

 span { border-color: rgb(221,204,75); }

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