Html Css Color HEX #DACE12 Bird Flower

📋 copy color: '#DACE12'

red 218 ◦ green 206 ◦ blue 18

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

Shades of Bird Flower #DACE12

Tints of Bird Flower #DACE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.07%

R = 49.32%
G = 46.61%
B = 4.07%

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

#DACE12 (or 0xDACE12) is known color: Bird Flower. HEX triplet: DA, CE and 12. RGB value is (218,206,18). Sum of RGB (Red+Green+Blue) = 218+206+18=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 206 (80.86% from 255 or 46.61% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACE12 is #2531ED. Grayscale: #BCBCBC. Windows color (decimal): -2437614 or 1232602. OLE color: 1232602.

HSL color Cylindrical-coordinate representation of color #DACE12: hue angle of 56.4º degrees, saturation: 0.85, 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 #DACE12 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 18 -
CMYK 0 0.06 0.92 0.15
HSL 56.4º 0.85% 0.46% -
HSV(B) 56.4º 0.92% 0.85% -
XYZ 51.09 59.09 9.29 -
YUV 188.16 31.98 149.29 -
System Red Green Blue C M Y K H S L
Decimal 218 206 18 0 0.06 0.92 0.15 56.4 0.85 0.46
Hex DA CE 12 0 6 5C F 38 55 2E
Octal 332 316 22 0 6 134 17 70 125 56
Binary 11011010 11001110 10010 0 110 1011100 1111 111000 1010101 101110

Color Harmonies of #DACE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE12

Black with #DACE12

Text Example


Text Example

White with #DACE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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