Html Css Color HEX #DDCB4B Confetti

📋 copy color: '#DDCB4B'

red 221 ◦ green 203 ◦ blue 75

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

Shades of Confetti #DDCB4B

Tints of Confetti #DDCB4B

RGB

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

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

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

R = 44.29%
G = 40.68%
B = 15.03%

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

#DDCB4B (or 0xDDCB4B) is known color: Confetti. HEX triplet: DD, CB and 4B. RGB value is (221,203,75). Sum of RGB (Red+Green+Blue) = 221+203+75=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 203 (79.69% from 255 or 40.68% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDCB4B is #2234B4. Grayscale: #C2C2C2. Windows color (decimal): -2241717 or 4967389. OLE color: 4967389.

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

Color convert

RGB 221 203 75 -
CMYK 0 0.08 0.66 0.13
HSL 52.6º 0.68% 0.58% -
HSV(B) 52.6º 0.66% 0.87% -
XYZ 52.44 58.59 15.2 -
YUV 193.79 60.96 147.41 -
System Red Green Blue C M Y K H S L
Decimal 221 203 75 0 0.08 0.66 0.13 52.6 0.68 0.58
Hex DD CB 4B 0 8 42 D 35 44 3A
Octal 335 313 113 0 10 102 15 65 104 72
Binary 11011101 11001011 1001011 0 1000 1000010 1101 110101 1000100 111010

Color Harmonies of #DDCB4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCB4B

Black with #DDCB4B

Text Example


Text Example

White with #DDCB4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCB4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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