Html Css Color HEX #DAE67C Mindaro

📋 copy color: '#DAE67C'

red 218 ◦ green 230 ◦ blue 124

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

Shades of Mindaro #DAE67C

Tints of Mindaro #DAE67C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.68%

R = 38.11%
G = 40.21%
B = 21.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#DAE67C (or 0xDAE67C) is known color: Mindaro. HEX triplet: DA, E6 and 7C. RGB value is (218,230,124). Sum of RGB (Red+Green+Blue) = 218+230+124=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 230 (90.23% from 255 or 40.21% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE67C is #251983. Grayscale: #D6D6D6. Windows color (decimal): -2431364 or 8185562. OLE color: 8185562.

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

Color convert

RGB 218 230 124 -
CMYK 0.05 0 0.46 0.10
HSL 66.79º 0.68% 0.69% -
HSV(B) 66.79º 0.46% 0.9% -
XYZ 60.85 72.95 29.94 -
YUV 214.33 77.02 130.62 -
System Red Green Blue C M Y K H S L
Decimal 218 230 124 0.05 0 0.46 0.10 66.79 0.68 0.69
Hex DA E6 7C 5 0 2E A 43 44 45
Octal 332 346 174 5 0 56 12 103 104 105
Binary 11011010 11100110 1111100 101 0 101110 1010 1000011 1000100 1000101

Color Harmonies of #DAE67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE67C

Black with #DAE67C

Text Example


Text Example

White with #DAE67C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE67C; }

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

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

background-color css

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

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

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

border-color css

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

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

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