Html Css Color HEX #DAE667 Mindaro

📋 copy color: '#DAE667'

red 218 ◦ green 230 ◦ blue 103

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

Shades of Mindaro #DAE667

Tints of Mindaro #DAE667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.69%

R = 39.56%
G = 41.74%
B = 18.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#DAE667 (or 0xDAE667) is known color: Mindaro. HEX triplet: DA, E6 and 67. RGB value is (218,230,103). Sum of RGB (Red+Green+Blue) = 218+230+103=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 230 (90.23% from 255 or 41.74% from 551); Blue value is 103 (40.62% from 255 or 18.69% from 551); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE667 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE667 is #251998. Grayscale: #D4D4D4. Windows color (decimal): -2431385 or 6809306. OLE color: 6809306.

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

Color convert

RGB 218 230 103 -
CMYK 0.05 0 0.55 0.10
HSL 65.67º 0.72% 0.65% -
HSV(B) 65.67º 0.55% 0.9% -
XYZ 59.66 72.48 23.68 -
YUV 211.93 66.52 132.33 -
System Red Green Blue C M Y K H S L
Decimal 218 230 103 0.05 0 0.55 0.10 65.67 0.72 0.65
Hex DA E6 67 5 0 37 A 42 48 41
Octal 332 346 147 5 0 67 12 102 110 101
Binary 11011010 11100110 1100111 101 0 110111 1010 1000010 1001000 1000001

Color Harmonies of #DAE667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE667

Black with #DAE667

Text Example


Text Example

White with #DAE667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE667; }

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

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

background-color css

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

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

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

border-color css

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

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

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