Html Css Color HEX #DACE0E Bird Flower

📋 copy color: '#DACE0E'

red 218 ◦ green 206 ◦ blue 14

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

Shades of Bird Flower #DACE0E

Tints of Bird Flower #DACE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.2%

R = 49.77%
G = 47.03%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DACE0E (or 0xDACE0E) is known color: Bird Flower. HEX triplet: DA, CE and 0E. RGB value is (218,206,14). Sum of RGB (Red+Green+Blue) = 218+206+14=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 14 (5.86% from 255 or 3.20% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACE0E is #2531F1. Grayscale: #BCBCBC. Windows color (decimal): -2437618 or 970458. OLE color: 970458.

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

Color convert

RGB 218 206 14 -
CMYK 0 0.06 0.94 0.15
HSL 56.47º 0.88% 0.45% -
HSV(B) 56.47º 0.94% 0.85% -
XYZ 51.06 59.08 9.13 -
YUV 187.7 29.98 149.61 -
System Red Green Blue C M Y K H S L
Decimal 218 206 14 0 0.06 0.94 0.15 56.47 0.88 0.45
Hex DA CE E 0 6 5E F 38 58 2D
Octal 332 316 16 0 6 136 17 70 130 55
Binary 11011010 11001110 1110 0 110 1011110 1111 111000 1011000 101101

Color Harmonies of #DACE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE0E

Black with #DACE0E

Text Example


Text Example

White with #DACE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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