Html Css Color HEX #DACE01 Bird Flower

📋 copy color: '#DACE01'

red 218 ◦ green 206 ◦ blue 1

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

Shades of Bird Flower #DACE01

Tints of Bird Flower #DACE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 51.29%
G = 48.47%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#DACE01 (or 0xDACE01) is known color: Bird Flower. HEX triplet: DA, CE and 01. RGB value is (218,206,1). Sum of RGB (Red+Green+Blue) = 218+206+1=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 1 (0.78% from 255 or 0.24% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACE01 is #2531FE. Grayscale: #BBBBBB. Windows color (decimal): -2437631 or 118490. OLE color: 118490.

HSL color Cylindrical-coordinate representation of color #DACE01: hue angle of 56.68º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DACE01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 206 1 -
CMYK 0 0.06 1.00 0.15
HSL 56.68º 0.99% 0.43% -
HSV(B) 56.68º 1% 0.85% -
XYZ 50.99 59.05 8.74 -
YUV 186.22 23.48 150.67 -
System Red Green Blue C M Y K H S L
Decimal 218 206 1 0 0.06 1.00 0.15 56.68 0.99 0.43
Hex DA CE 1 0 6 64 F 39 63 2B
Octal 332 316 1 0 6 144 17 71 143 53
Binary 11011010 11001110 1 0 110 1100100 1111 111001 1100011 101011

Color Harmonies of #DACE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE01

Black with #DACE01

Text Example


Text Example

White with #DACE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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