Html Css Color HEX #DAEB68 Mindaro

📋 copy color: '#DAEB68'

red 218 ◦ green 235 ◦ blue 104

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

Shades of Mindaro #DAEB68

Tints of Mindaro #DAEB68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 18.67%

R = 39.14%
G = 42.19%
B = 18.67%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#DAEB68 (or 0xDAEB68) is known color: Mindaro. HEX triplet: DA, EB and 68. RGB value is (218,235,104). Sum of RGB (Red+Green+Blue) = 218+235+104=557 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.14% from 557); Green value is 235 (92.19% from 255 or 42.19% from 557); Blue value is 104 (41.02% from 255 or 18.67% from 557); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB68 is #251497. Grayscale: #D7D7D7. Windows color (decimal): -2430104 or 6876122. OLE color: 6876122.

HSL color Cylindrical-coordinate representation of color #DAEB68: hue angle of 67.79º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DAEB68 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 218 235 104 -
CMYK 0.07 0 0.56 0.08
HSL 67.79º 0.77% 0.66% -
HSV(B) 67.79º 0.56% 0.92% -
XYZ 61.12 75.32 24.41 -
YUV 214.98 65.37 130.15 -
System Red Green Blue C M Y K H S L
Decimal 218 235 104 0.07 0 0.56 0.08 67.79 0.77 0.66
Hex DA EB 68 7 0 38 8 44 4D 42
Octal 332 353 150 7 0 70 10 104 115 102
Binary 11011010 11101011 1101000 111 0 111000 1000 1000100 1001101 1000010

Color Harmonies of #DAEB68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB68

Black with #DAEB68

Text Example


Text Example

White with #DAEB68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB68; }

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

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

background-color css

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

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

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

border-color css

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

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

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