Html Css Color HEX #DCEB7F Mindaro

📋 copy color: '#DCEB7F'

red 220 ◦ green 235 ◦ blue 127

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

Shades of Mindaro #DCEB7F

Tints of Mindaro #DCEB7F

RGB

 RED value IS 220 (86.33% from 255) = 37.8%

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

 BLUE value IS 127 (50% from 255) = 21.82%

R = 37.8%
G = 40.38%
B = 21.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#DCEB7F (or 0xDCEB7F) is known color: Mindaro. HEX triplet: DC, EB and 7F. RGB value is (220,235,127). Sum of RGB (Red+Green+Blue) = 220+235+127=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 235 (92.19% from 255 or 40.38% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB7F is #231480. Grayscale: #DADADA. Windows color (decimal): -2299009 or 8383452. OLE color: 8383452.

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

Color convert

RGB 220 235 127 -
CMYK 0.06 0 0.46 0.08
HSL 68.33º 0.73% 0.71% -
HSV(B) 68.33º 0.46% 0.92% -
XYZ 63.05 76.16 31.46 -
YUV 218.2 76.53 129.28 -
System Red Green Blue C M Y K H S L
Decimal 220 235 127 0.06 0 0.46 0.08 68.33 0.73 0.71
Hex DC EB 7F 6 0 2E 8 44 49 47
Octal 334 353 177 6 0 56 10 104 111 107
Binary 11011100 11101011 1111111 110 0 101110 1000 1000100 1001001 1000111

Color Harmonies of #DCEB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB7F

Black with #DCEB7F

Text Example


Text Example

White with #DCEB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB7F; }

 p { color: rgb(220,235,127); }

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

background-color css

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

 a { background-color: rgb(220,235,127); }

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

border-color css

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

 span { border-color: rgb(220,235,127); }

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