Html Css Color HEX #DAE95C Mindaro

📋 copy color: '#DAE95C'

red 218 ◦ green 233 ◦ blue 92

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

Shades of Mindaro #DAE95C

Tints of Mindaro #DAE95C

RGB

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

 GREEN value IS 233 (91.41% from 255) = 42.91%

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

R = 40.15%
G = 42.91%
B = 16.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.09

RGB Variations

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

Color information

#DAE95C (or 0xDAE95C) is known color: Mindaro. HEX triplet: DA, E9 and 5C. RGB value is (218,233,92). Sum of RGB (Red+Green+Blue) = 218+233+92=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 233 (91.41% from 255 or 42.91% from 543); Blue value is 92 (36.33% from 255 or 16.94% from 543); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE95C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE95C is #2516A3. Grayscale: #D4D4D4. Windows color (decimal): -2430628 or 6089178. OLE color: 6089178.

HSL color Cylindrical-coordinate representation of color #DAE95C: hue angle of 66.38º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DAE95C is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 92 -
CMYK 0.06 0 0.61 0.09
HSL 66.38º 0.76% 0.64% -
HSV(B) 66.38º 0.61% 0.91% -
XYZ 59.98 73.96 21.24 -
YUV 212.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 218 233 92 0.06 0 0.61 0.09 66.38 0.76 0.64
Hex DA E9 5C 6 0 3D 9 42 4C 40
Octal 332 351 134 6 0 75 11 102 114 100
Binary 11011010 11101001 1011100 110 0 111101 1001 1000010 1001100 1000000

Color Harmonies of #DAE95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE95C

Black with #DAE95C

Text Example


Text Example

White with #DAE95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE95C; }

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

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

background-color css

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

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

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

border-color css

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

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

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