Html Css Color HEX #DAF967 Mindaro

📋 copy color: '#DAF967'

red 218 ◦ green 249 ◦ blue 103

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

Shades of Mindaro #DAF967

Tints of Mindaro #DAF967

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.68%

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

R = 38.25%
G = 43.68%
B = 18.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#DAF967 (or 0xDAF967) is known color: Mindaro. HEX triplet: DA, F9 and 67. RGB value is (218,249,103). Sum of RGB (Red+Green+Blue) = 218+249+103=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 103 (40.62% from 255 or 18.07% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF967 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF967 is #250698. Grayscale: #DFDFDF. Windows color (decimal): -2426521 or 6814170. OLE color: 6814170.

HSL color Cylindrical-coordinate representation of color #DAF967: hue angle of 72.74º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DAF967 is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 218 249 103 -
CMYK 0.12 0 0.59 0.02
HSL 72.74º 0.92% 0.69% -
HSV(B) 72.74º 0.59% 0.98% -
XYZ 65.24 83.64 25.54 -
YUV 223.09 60.23 124.37 -
System Red Green Blue C M Y K H S L
Decimal 218 249 103 0.12 0 0.59 0.02 72.74 0.92 0.69
Hex DA F9 67 C 0 3B 2 49 5C 45
Octal 332 371 147 14 0 73 2 111 134 105
Binary 11011010 11111001 1100111 1100 0 111011 10 1001001 1011100 1000101

Color Harmonies of #DAF967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF967

Black with #DAF967

Text Example


Text Example

White with #DAF967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF967; }

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

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

background-color css

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

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

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

border-color css

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

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

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