Html Css Color HEX #DACE11 Bird Flower

📋 copy color: '#DACE11'

red 218 ◦ green 206 ◦ blue 17

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

Shades of Bird Flower #DACE11

Tints of Bird Flower #DACE11

RGB

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

 GREEN value IS 206 (80.86% from 255) = 46.71%

 BLUE value IS 17 (7.03% from 255) = 3.85%

R = 49.43%
G = 46.71%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DACE11 (or 0xDACE11) is known color: Bird Flower. HEX triplet: DA, CE and 11. RGB value is (218,206,17). Sum of RGB (Red+Green+Blue) = 218+206+17=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 206 (80.86% from 255 or 46.71% from 441); Blue value is 17 (7.03% from 255 or 3.85% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACE11 is #2531EE. Grayscale: #BCBCBC. Windows color (decimal): -2437615 or 1167066. OLE color: 1167066.

HSL color Cylindrical-coordinate representation of color #DACE11: hue angle of 56.42º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DACE11 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 17 -
CMYK 0 0.06 0.92 0.15
HSL 56.42º 0.86% 0.46% -
HSV(B) 56.42º 0.92% 0.85% -
XYZ 51.09 59.09 9.24 -
YUV 188.04 31.48 149.37 -
System Red Green Blue C M Y K H S L
Decimal 218 206 17 0 0.06 0.92 0.15 56.42 0.86 0.46
Hex DA CE 11 0 6 5C F 38 56 2E
Octal 332 316 21 0 6 134 17 70 126 56
Binary 11011010 11001110 10001 0 110 1011100 1111 111000 1010110 101110

Color Harmonies of #DACE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE11

Black with #DACE11

Text Example


Text Example

White with #DACE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE11; }

 p { color: rgb(218,206,17); }

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

background-color css

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

 a { background-color: rgb(218,206,17); }

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

border-color css

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

 span { border-color: rgb(218,206,17); }

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