Html Css Color HEX #DDF964 Mindaro

📋 copy color: '#DDF964'

red 221 ◦ green 249 ◦ blue 100

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

Shades of Mindaro #DDF964

Tints of Mindaro #DDF964

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.68%

 BLUE value IS 100 (39.45% from 255) = 17.54%

R = 38.77%
G = 43.68%
B = 17.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#DDF964 (or 0xDDF964) is known color: Mindaro. HEX triplet: DD, F9 and 64. RGB value is (221,249,100). Sum of RGB (Red+Green+Blue) = 221+249+100=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 100 (39.45% from 255 or 17.54% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF964 is #22069B. Grayscale: #E0E0E0. Windows color (decimal): -2229916 or 6617565. OLE color: 6617565.

HSL color Cylindrical-coordinate representation of color #DDF964: hue angle of 71.28º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDF964 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 100 -
CMYK 0.11 0 0.60 0.02
HSL 71.28º 0.93% 0.68% -
HSV(B) 71.28º 0.6% 0.98% -
XYZ 65.99 84.04 24.8 -
YUV 223.64 58.22 126.12 -
System Red Green Blue C M Y K H S L
Decimal 221 249 100 0.11 0 0.60 0.02 71.28 0.93 0.68
Hex DD F9 64 B 0 3C 2 47 5D 44
Octal 335 371 144 13 0 74 2 107 135 104
Binary 11011101 11111001 1100100 1011 0 111100 10 1000111 1011101 1000100

Color Harmonies of #DDF964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF964

Black with #DDF964

Text Example


Text Example

White with #DDF964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF964; }

 p { color: rgb(221,249,100); }

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

background-color css

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

 a { background-color: rgb(221,249,100); }

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

border-color css

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

 span { border-color: rgb(221,249,100); }

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