Html Css Color HEX #DFEB7D Mindaro

📋 copy color: '#DFEB7D'

red 223 ◦ green 235 ◦ blue 125

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

Shades of Mindaro #DFEB7D

Tints of Mindaro #DFEB7D

RGB

 RED value IS 223 (87.5% from 255) = 38.25%

 GREEN value IS 235 (92.19% from 255) = 40.31%

 BLUE value IS 125 (49.22% from 255) = 21.44%

R = 38.25%
G = 40.31%
B = 21.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#DFEB7D (or 0xDFEB7D) is known color: Mindaro. HEX triplet: DF, EB and 7D. RGB value is (223,235,125). Sum of RGB (Red+Green+Blue) = 223+235+125=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 235 (92.19% from 255 or 40.31% from 583); Blue value is 125 (49.22% from 255 or 21.44% from 583); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEB7D is #201482. Grayscale: #DBDBDB. Windows color (decimal): -2102403 or 8252383. OLE color: 8252383.

HSL color Cylindrical-coordinate representation of color #DFEB7D: hue angle of 66.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFEB7D is Cyan = 0.05, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 223 235 125 -
CMYK 0.05 0 0.47 0.08
HSL 66.55º 0.73% 0.71% -
HSV(B) 66.55º 0.47% 0.92% -
XYZ 63.84 76.59 30.82 -
YUV 218.87 75.02 130.94 -
System Red Green Blue C M Y K H S L
Decimal 223 235 125 0.05 0 0.47 0.08 66.55 0.73 0.71
Hex DF EB 7D 5 0 2F 8 43 49 47
Octal 337 353 175 5 0 57 10 103 111 107
Binary 11011111 11101011 1111101 101 0 101111 1000 1000011 1001001 1000111

Color Harmonies of #DFEB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFEB7D

Black with #DFEB7D

Text Example


Text Example

White with #DFEB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFEB7D; }

 p { color: rgb(223,235,125); }

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

background-color css

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

 a { background-color: rgb(223,235,125); }

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

border-color css

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

 span { border-color: rgb(223,235,125); }

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