Html Css Color HEX #DDBD4B Confetti

📋 copy color: '#DDBD4B'

red 221 ◦ green 189 ◦ blue 75

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

Shades of Confetti #DDBD4B

Tints of Confetti #DDBD4B

RGB

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

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

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

R = 45.57%
G = 38.97%
B = 15.46%

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

#DDBD4B (or 0xDDBD4B) is known color: Confetti. HEX triplet: DD, BD and 4B. RGB value is (221,189,75). Sum of RGB (Red+Green+Blue) = 221+189+75=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 189 (74.22% from 255 or 38.97% from 485); Blue value is 75 (29.69% from 255 or 15.46% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD4B is #2242B4. Grayscale: #BABABA. Windows color (decimal): -2245301 or 4963805. OLE color: 4963805.

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

Color convert

RGB 221 189 75 -
CMYK 0 0.14 0.66 0.13
HSL 46.85º 0.68% 0.58% -
HSV(B) 46.85º 0.66% 0.87% -
XYZ 49.29 52.28 14.15 -
YUV 185.57 65.6 153.27 -
System Red Green Blue C M Y K H S L
Decimal 221 189 75 0 0.14 0.66 0.13 46.85 0.68 0.58
Hex DD BD 4B 0 E 42 D 2F 44 3A
Octal 335 275 113 0 16 102 15 57 104 72
Binary 11011101 10111101 1001011 0 1110 1000010 1101 101111 1000100 111010

Color Harmonies of #DDBD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDBD4B

Black with #DDBD4B

Text Example


Text Example

White with #DDBD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDBD4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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