Html Css Color HEX #DAEB5C Mindaro

📋 copy color: '#DAEB5C'

red 218 ◦ green 235 ◦ blue 92

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

Shades of Mindaro #DAEB5C

Tints of Mindaro #DAEB5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 16.88%

R = 40%
G = 43.12%
B = 16.88%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#DAEB5C (or 0xDAEB5C) is known color: Mindaro. HEX triplet: DA, EB and 5C. RGB value is (218,235,92). Sum of RGB (Red+Green+Blue) = 218+235+92=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB5C is #2514A3. Grayscale: #D6D6D6. Windows color (decimal): -2430116 or 6089690. OLE color: 6089690.

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

Color convert

RGB 218 235 92 -
CMYK 0.07 0 0.61 0.08
HSL 67.13º 0.78% 0.64% -
HSV(B) 67.13º 0.61% 0.92% -
XYZ 60.55 75.09 21.43 -
YUV 213.62 59.37 131.13 -
System Red Green Blue C M Y K H S L
Decimal 218 235 92 0.07 0 0.61 0.08 67.13 0.78 0.64
Hex DA EB 5C 7 0 3D 8 43 4E 40
Octal 332 353 134 7 0 75 10 103 116 100
Binary 11011010 11101011 1011100 111 0 111101 1000 1000011 1001110 1000000

Color Harmonies of #DAEB5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEB5C

Black with #DAEB5C

Text Example


Text Example

White with #DAEB5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEB5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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