Html Css Color HEX #DCEB6D Mindaro

📋 copy color: '#DCEB6D'

red 220 ◦ green 235 ◦ blue 109

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

Shades of Mindaro #DCEB6D

Tints of Mindaro #DCEB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.33%

R = 39.01%
G = 41.67%
B = 19.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#DCEB6D (or 0xDCEB6D) is known color: Mindaro. HEX triplet: DC, EB and 6D. RGB value is (220,235,109). Sum of RGB (Red+Green+Blue) = 220+235+109=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 235 (92.19% from 255 or 41.67% from 564); Blue value is 109 (42.97% from 255 or 19.33% from 564); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DCEB6D is #231492. Grayscale: #D8D8D8. Windows color (decimal): -2299027 or 7203804. OLE color: 7203804.

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

Color convert

RGB 220 235 109 -
CMYK 0.06 0 0.54 0.08
HSL 67.14º 0.76% 0.67% -
HSV(B) 67.14º 0.54% 0.92% -
XYZ 61.98 75.74 25.82 -
YUV 216.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 220 235 109 0.06 0 0.54 0.08 67.14 0.76 0.67
Hex DC EB 6D 6 0 36 8 43 4C 43
Octal 334 353 155 6 0 66 10 103 114 103
Binary 11011100 11101011 1101101 110 0 110110 1000 1000011 1001100 1000011

Color Harmonies of #DCEB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEB6D

Black with #DCEB6D

Text Example


Text Example

White with #DCEB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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