Html Css Color HEX #DDBD4C Confetti

📋 copy color: '#DDBD4C'

red 221 ◦ green 189 ◦ blue 76

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

Shades of Confetti #DDBD4C

Tints of Confetti #DDBD4C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

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

R = 45.47%
G = 38.89%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDBD4C (or 0xDDBD4C) is known color: Confetti. HEX triplet: DD, BD and 4C. RGB value is (221,189,76). Sum of RGB (Red+Green+Blue) = 221+189+76=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 76 (30.08% from 255 or 15.64% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD4C is #2242B3. Grayscale: #BABABA. Windows color (decimal): -2245300 or 5029341. OLE color: 5029341.

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

Color convert

RGB 221 189 76 -
CMYK 0 0.14 0.66 0.13
HSL 46.76º 0.68% 0.58% -
HSV(B) 46.76º 0.66% 0.87% -
XYZ 49.32 52.29 14.33 -
YUV 185.69 66.1 153.19 -
System Red Green Blue C M Y K H S L
Decimal 221 189 76 0 0.14 0.66 0.13 46.76 0.68 0.58
Hex DD BD 4C 0 E 42 D 2F 44 3A
Octal 335 275 114 0 16 102 15 57 104 72
Binary 11011101 10111101 1001100 0 1110 1000010 1101 101111 1000100 111010

Color Harmonies of #DDBD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD4C

Black with #DDBD4C

Text Example


Text Example

White with #DDBD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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