Html Css Color HEX #DAE661 Mindaro

📋 copy color: '#DAE661'

red 218 ◦ green 230 ◦ blue 97

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

Shades of Mindaro #DAE661

Tints of Mindaro #DAE661

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.2%

 BLUE value IS 97 (38.28% from 255) = 17.8%

R = 40%
G = 42.2%
B = 17.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#DAE661 (or 0xDAE661) is known color: Mindaro. HEX triplet: DA, E6 and 61. RGB value is (218,230,97). Sum of RGB (Red+Green+Blue) = 218+230+97=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE661 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE661 is #25199E. Grayscale: #D3D3D3. Windows color (decimal): -2431391 or 6416090. OLE color: 6416090.

HSL color Cylindrical-coordinate representation of color #DAE661: hue angle of 65.41º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DAE661 is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 218 230 97 -
CMYK 0.05 0 0.58 0.10
HSL 65.41º 0.73% 0.64% -
HSV(B) 65.41º 0.58% 0.9% -
XYZ 59.37 72.36 22.15 -
YUV 211.25 63.52 132.81 -
System Red Green Blue C M Y K H S L
Decimal 218 230 97 0.05 0 0.58 0.10 65.41 0.73 0.64
Hex DA E6 61 5 0 3A A 41 49 40
Octal 332 346 141 5 0 72 12 101 111 100
Binary 11011010 11100110 1100001 101 0 111010 1010 1000001 1001001 1000000

Color Harmonies of #DAE661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE661

Black with #DAE661

Text Example


Text Example

White with #DAE661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE661; }

 p { color: rgb(218,230,97); }

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

background-color css

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

 a { background-color: rgb(218,230,97); }

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

border-color css

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

 span { border-color: rgb(218,230,97); }

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