Html Css Color HEX #DDF963 Mindaro

📋 copy color: '#DDF963'

red 221 ◦ green 249 ◦ blue 99

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

Shades of Mindaro #DDF963

Tints of Mindaro #DDF963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 17.4%

R = 38.84%
G = 43.76%
B = 17.4%

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

#DDF963 (or 0xDDF963) is known color: Mindaro. HEX triplet: DD, F9 and 63. RGB value is (221,249,99). Sum of RGB (Red+Green+Blue) = 221+249+99=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 99 (39.06% from 255 or 17.40% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF963 is #22069C. Grayscale: #E0E0E0. Windows color (decimal): -2229917 or 6552029. OLE color: 6552029.

HSL color Cylindrical-coordinate representation of color #DDF963: hue angle of 71.2º 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 #DDF963 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 99 -
CMYK 0.11 0 0.60 0.02
HSL 71.2º 0.93% 0.68% -
HSV(B) 71.2º 0.6% 0.98% -
XYZ 65.95 84.02 24.55 -
YUV 223.53 57.72 126.2 -
System Red Green Blue C M Y K H S L
Decimal 221 249 99 0.11 0 0.60 0.02 71.2 0.93 0.68
Hex DD F9 63 B 0 3C 2 47 5D 44
Octal 335 371 143 13 0 74 2 107 135 104
Binary 11011101 11111001 1100011 1011 0 111100 10 1000111 1011101 1000100

Color Harmonies of #DDF963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF963

Black with #DDF963

Text Example


Text Example

White with #DDF963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF963; }

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

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

background-color css

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

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

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

border-color css

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

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

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