Html Css Color HEX #DDF962 Mindaro

📋 copy color: '#DDF962'

red 221 ◦ green 249 ◦ blue 98

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

Shades of Mindaro #DDF962

Tints of Mindaro #DDF962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.25%

R = 38.91%
G = 43.84%
B = 17.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#DDF962 (or 0xDDF962) is known color: Mindaro. HEX triplet: DD, F9 and 62. RGB value is (221,249,98). Sum of RGB (Red+Green+Blue) = 221+249+98=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 249 (97.66% from 255 or 43.84% from 568); Blue value is 98 (38.67% from 255 or 17.25% from 568); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF962 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF962 is #22069D. Grayscale: #DFDFDF. Windows color (decimal): -2229918 or 6486493. OLE color: 6486493.

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

Color convert

RGB 221 249 98 -
CMYK 0.11 0 0.61 0.02
HSL 71.13º 0.93% 0.68% -
HSV(B) 71.13º 0.61% 0.98% -
XYZ 65.9 84.01 24.3 -
YUV 223.41 57.22 126.28 -
System Red Green Blue C M Y K H S L
Decimal 221 249 98 0.11 0 0.61 0.02 71.13 0.93 0.68
Hex DD F9 62 B 0 3D 2 47 5D 44
Octal 335 371 142 13 0 75 2 107 135 104
Binary 11011101 11111001 1100010 1011 0 111101 10 1000111 1011101 1000100

Color Harmonies of #DDF962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF962

Black with #DDF962

Text Example


Text Example

White with #DDF962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF962; }

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

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

background-color css

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

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

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

border-color css

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

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

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