Html Css Color HEX #DACE02 Bird Flower

📋 copy color: '#DACE02'

red 218 ◦ green 206 ◦ blue 2

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

Shades of Bird Flower #DACE02

Tints of Bird Flower #DACE02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 51.17%
G = 48.36%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#DACE02 (or 0xDACE02) is known color: Bird Flower. HEX triplet: DA, CE and 02. RGB value is (218,206,2). Sum of RGB (Red+Green+Blue) = 218+206+2=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 2 (1.17% from 255 or 0.47% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DACE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACE02 is #2531FD. Grayscale: #BBBBBB. Windows color (decimal): -2437630 or 184026. OLE color: 184026.

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

Color convert

RGB 218 206 2 -
CMYK 0 0.06 0.99 0.15
HSL 56.67º 0.98% 0.43% -
HSV(B) 56.67º 0.99% 0.85% -
XYZ 51 59.05 8.77 -
YUV 186.33 23.98 150.59 -
System Red Green Blue C M Y K H S L
Decimal 218 206 2 0 0.06 0.99 0.15 56.67 0.98 0.43
Hex DA CE 2 0 6 63 F 39 62 2B
Octal 332 316 2 0 6 143 17 71 142 53
Binary 11011010 11001110 10 0 110 1100011 1111 111001 1100010 101011

Color Harmonies of #DACE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACE02

Black with #DACE02

Text Example


Text Example

White with #DACE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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