Html Css Color HEX #DAE65C Mindaro

📋 copy color: '#DAE65C'

red 218 ◦ green 230 ◦ blue 92

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

Shades of Mindaro #DAE65C

Tints of Mindaro #DAE65C

RGB

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

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

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

R = 40.37%
G = 42.59%
B = 17.04%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.60

 K value IS 0.10

RGB Variations

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

Color information

#DAE65C (or 0xDAE65C) is known color: Mindaro. HEX triplet: DA, E6 and 5C. RGB value is (218,230,92). Sum of RGB (Red+Green+Blue) = 218+230+92=540 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.37% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 92 (36.33% from 255 or 17.04% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #DAE65C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE65C is #2519A3. Grayscale: #D3D3D3. Windows color (decimal): -2431396 or 6088410. OLE color: 6088410.

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

Color convert

RGB 218 230 92 -
CMYK 0.05 0 0.60 0.10
HSL 65.22º 0.73% 0.63% -
HSV(B) 65.22º 0.6% 0.9% -
XYZ 59.14 72.27 20.96 -
YUV 210.68 61.02 133.22 -
System Red Green Blue C M Y K H S L
Decimal 218 230 92 0.05 0 0.60 0.10 65.22 0.73 0.63
Hex DA E6 5C 5 0 3C A 41 49 3F
Octal 332 346 134 5 0 74 12 101 111 77
Binary 11011010 11100110 1011100 101 0 111100 1010 1000001 1001001 111111

Color Harmonies of #DAE65C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE65C

Black with #DAE65C

Text Example


Text Example

White with #DAE65C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE65C; }

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

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

background-color css

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

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

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

border-color css

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

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

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