Html Css Color HEX #DAE67A Mindaro

📋 copy color: '#DAE67A'

red 218 ◦ green 230 ◦ blue 122

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

Shades of Mindaro #DAE67A

Tints of Mindaro #DAE67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.4%

R = 38.25%
G = 40.35%
B = 21.4%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.47

 K value IS 0.10

RGB Variations

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

Color information

#DAE67A (or 0xDAE67A) is known color: Mindaro. HEX triplet: DA, E6 and 7A. RGB value is (218,230,122). Sum of RGB (Red+Green+Blue) = 218+230+122=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 122 (48.05% from 255 or 21.40% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE67A is #251985. Grayscale: #D6D6D6. Windows color (decimal): -2431366 or 8054490. OLE color: 8054490.

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

Color convert

RGB 218 230 122 -
CMYK 0.05 0 0.47 0.10
HSL 66.67º 0.68% 0.69% -
HSV(B) 66.67º 0.47% 0.9% -
XYZ 60.72 72.9 29.28 -
YUV 214.1 76.02 130.78 -
System Red Green Blue C M Y K H S L
Decimal 218 230 122 0.05 0 0.47 0.10 66.67 0.68 0.69
Hex DA E6 7A 5 0 2F A 43 44 45
Octal 332 346 172 5 0 57 12 103 104 105
Binary 11011010 11100110 1111010 101 0 101111 1010 1000011 1000100 1000101

Color Harmonies of #DAE67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE67A

Black with #DAE67A

Text Example


Text Example

White with #DAE67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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