Html Css Color HEX #DDCB4C Confetti

📋 copy color: '#DDCB4C'

red 221 ◦ green 203 ◦ blue 76

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

Shades of Confetti #DDCB4C

Tints of Confetti #DDCB4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.2%

R = 44.2%
G = 40.6%
B = 15.2%

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

#DDCB4C (or 0xDDCB4C) is known color: Confetti. HEX triplet: DD, CB and 4C. RGB value is (221,203,76). Sum of RGB (Red+Green+Blue) = 221+203+76=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 203 (79.69% from 255 or 40.6% from 500); Blue value is 76 (30.08% from 255 or 15.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB4C is #2234B3. Grayscale: #C2C2C2. Windows color (decimal): -2241716 or 5032925. OLE color: 5032925.

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

Color convert

RGB 221 203 76 -
CMYK 0 0.08 0.66 0.13
HSL 52.55º 0.68% 0.58% -
HSV(B) 52.55º 0.66% 0.87% -
XYZ 52.48 58.61 15.38 -
YUV 193.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 221 203 76 0 0.08 0.66 0.13 52.55 0.68 0.58
Hex DD CB 4C 0 8 42 D 35 44 3A
Octal 335 313 114 0 10 102 15 65 104 72
Binary 11011101 11001011 1001100 0 1000 1000010 1101 110101 1000100 111010

Color Harmonies of #DDCB4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB4C

Black with #DDCB4C

Text Example


Text Example

White with #DDCB4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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