Html Css Color HEX #DDF367 Mindaro

📋 copy color: '#DDF367'

red 221 ◦ green 243 ◦ blue 103

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

Shades of Mindaro #DDF367

Tints of Mindaro #DDF367

RGB

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

 GREEN value IS 243 (95.31% from 255) = 42.86%

 BLUE value IS 103 (40.63% from 255) = 18.17%

R = 38.98%
G = 42.86%
B = 18.17%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DDF367 (or 0xDDF367) is known color: Mindaro. HEX triplet: DD, F3 and 67. RGB value is (221,243,103). Sum of RGB (Red+Green+Blue) = 221+243+103=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 103 (40.62% from 255 or 18.17% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF367 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF367 is #220C98. Grayscale: #DDDDDD. Windows color (decimal): -2231449 or 6812637. OLE color: 6812637.

HSL color Cylindrical-coordinate representation of color #DDF367: hue angle of 69.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDF367 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 103 -
CMYK 0.09 0 0.58 0.05
HSL 69.43º 0.85% 0.68% -
HSV(B) 69.43º 0.58% 0.95% -
XYZ 64.32 80.45 24.97 -
YUV 220.46 61.71 128.38 -
System Red Green Blue C M Y K H S L
Decimal 221 243 103 0.09 0 0.58 0.05 69.43 0.85 0.68
Hex DD F3 67 9 0 3A 5 45 55 44
Octal 335 363 147 11 0 72 5 105 125 104
Binary 11011101 11110011 1100111 1001 0 111010 101 1000101 1010101 1000100

Color Harmonies of #DDF367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF367

Black with #DDF367

Text Example


Text Example

White with #DDF367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF367; }

 p { color: rgb(221,243,103); }

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

background-color css

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

 a { background-color: rgb(221,243,103); }

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

border-color css

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

 span { border-color: rgb(221,243,103); }

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