Html Css Color HEX #DEEB7C Mindaro

📋 copy color: '#DEEB7C'

red 222 ◦ green 235 ◦ blue 124

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

Shades of Mindaro #DEEB7C

Tints of Mindaro #DEEB7C

RGB

 RED value IS 222 (87.11% from 255) = 38.21%

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

 BLUE value IS 124 (48.83% from 255) = 21.34%

R = 38.21%
G = 40.45%
B = 21.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#DEEB7C (or 0xDEEB7C) is known color: Mindaro. HEX triplet: DE, EB and 7C. RGB value is (222,235,124). Sum of RGB (Red+Green+Blue) = 222+235+124=581 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.21% from 581); Green value is 235 (92.19% from 255 or 40.45% from 581); Blue value is 124 (48.83% from 255 or 21.34% from 581); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEEB7C is #211483. Grayscale: #DADADA. Windows color (decimal): -2167940 or 8186846. OLE color: 8186846.

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

Color convert

RGB 222 235 124 -
CMYK 0.06 0 0.47 0.08
HSL 67.03º 0.74% 0.7% -
HSV(B) 67.03º 0.47% 0.92% -
XYZ 63.47 76.4 30.47 -
YUV 218.46 74.69 130.53 -
System Red Green Blue C M Y K H S L
Decimal 222 235 124 0.06 0 0.47 0.08 67.03 0.74 0.7
Hex DE EB 7C 6 0 2F 8 43 4A 46
Octal 336 353 174 6 0 57 10 103 112 106
Binary 11011110 11101011 1111100 110 0 101111 1000 1000011 1001010 1000110

Color Harmonies of #DEEB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEB7C

Black with #DEEB7C

Text Example


Text Example

White with #DEEB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEB7C; }

 p { color: rgb(222,235,124); }

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

background-color css

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

 a { background-color: rgb(222,235,124); }

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

border-color css

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

 span { border-color: rgb(222,235,124); }

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