Html Css Color HEX #DAF067 Mindaro

📋 copy color: '#DAF067'

red 218 ◦ green 240 ◦ blue 103

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

Shades of Mindaro #DAF067

Tints of Mindaro #DAF067

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.78%

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

R = 38.86%
G = 42.78%
B = 18.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.57

 K value IS 0.06

RGB Variations

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

Color information

#DAF067 (or 0xDAF067) is known color: Mindaro. HEX triplet: DA, F0 and 67. RGB value is (218,240,103). Sum of RGB (Red+Green+Blue) = 218+240+103=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF067 is #250F98. Grayscale: #DADADA. Windows color (decimal): -2428825 or 6811866. OLE color: 6811866.

HSL color Cylindrical-coordinate representation of color #DAF067: hue angle of 69.64º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DAF067 is Cyan = 0.09, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 240 103 -
CMYK 0.09 0 0.57 0.06
HSL 69.64º 0.82% 0.67% -
HSV(B) 69.64º 0.57% 0.94% -
XYZ 62.52 78.2 24.63 -
YUV 217.8 63.21 128.14 -
System Red Green Blue C M Y K H S L
Decimal 218 240 103 0.09 0 0.57 0.06 69.64 0.82 0.67
Hex DA F0 67 9 0 39 6 46 52 43
Octal 332 360 147 11 0 71 6 106 122 103
Binary 11011010 11110000 1100111 1001 0 111001 110 1000110 1010010 1000011

Color Harmonies of #DAF067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF067

Black with #DAF067

Text Example


Text Example

White with #DAF067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF067; }

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

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

background-color css

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

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

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

border-color css

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

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

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