Html Css Color HEX #DDC64B Confetti

📋 copy color: '#DDC64B'

red 221 ◦ green 198 ◦ blue 75

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

Shades of Confetti #DDC64B

Tints of Confetti #DDC64B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 40.08%

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

R = 44.74%
G = 40.08%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#DDC64B (or 0xDDC64B) is known color: Confetti. HEX triplet: DD, C6 and 4B. RGB value is (221,198,75). Sum of RGB (Red+Green+Blue) = 221+198+75=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 198 (77.73% from 255 or 40.08% from 494); Blue value is 75 (29.69% from 255 or 15.18% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC64B is #2239B4. Grayscale: #BFBFBF. Windows color (decimal): -2242997 or 4966109. OLE color: 4966109.

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

Color convert

RGB 221 198 75 -
CMYK 0 0.10 0.66 0.13
HSL 50.55º 0.68% 0.58% -
HSV(B) 50.55º 0.66% 0.87% -
XYZ 51.28 56.27 14.81 -
YUV 190.86 62.62 149.5 -
System Red Green Blue C M Y K H S L
Decimal 221 198 75 0 0.10 0.66 0.13 50.55 0.68 0.58
Hex DD C6 4B 0 A 42 D 33 44 3A
Octal 335 306 113 0 12 102 15 63 104 72
Binary 11011101 11000110 1001011 0 1010 1000010 1101 110011 1000100 111010

Color Harmonies of #DDC64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC64B

Black with #DDC64B

Text Example


Text Example

White with #DDC64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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