Html Css Color HEX #DAEB6D Mindaro

📋 copy color: '#DAEB6D'

red 218 ◦ green 235 ◦ blue 109

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

Shades of Mindaro #DAEB6D

Tints of Mindaro #DAEB6D

RGB

 RED value IS 218 (85.55% from 255) = 38.79%

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

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

R = 38.79%
G = 41.81%
B = 19.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#DAEB6D (or 0xDAEB6D) is known color: Mindaro. HEX triplet: DA, EB and 6D. RGB value is (218,235,109). Sum of RGB (Red+Green+Blue) = 218+235+109=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 235 (92.19% from 255 or 41.81% from 562); Blue value is 109 (42.97% from 255 or 19.40% from 562); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB6D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB6D is #251492. Grayscale: #D8D8D8. Windows color (decimal): -2430099 or 7203802. OLE color: 7203802.

HSL color Cylindrical-coordinate representation of color #DAEB6D: hue angle of 68.1º 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 #DAEB6D is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 109 -
CMYK 0.07 0 0.54 0.08
HSL 68.1º 0.76% 0.67% -
HSV(B) 68.1º 0.54% 0.92% -
XYZ 61.38 75.43 25.79 -
YUV 215.55 67.87 129.75 -
System Red Green Blue C M Y K H S L
Decimal 218 235 109 0.07 0 0.54 0.08 68.1 0.76 0.67
Hex DA EB 6D 7 0 36 8 44 4C 43
Octal 332 353 155 7 0 66 10 104 114 103
Binary 11011010 11101011 1101101 111 0 110110 1000 1000100 1001100 1000011

Color Harmonies of #DAEB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB6D

Black with #DAEB6D

Text Example


Text Example

White with #DAEB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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