Html Css Color HEX #DADC06 Bird Flower

📋 copy color: '#DADC06'

red 218 ◦ green 220 ◦ blue 6

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

Shades of Bird Flower #DADC06

Tints of Bird Flower #DADC06

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.55%

 BLUE value IS 6 (2.73% from 255) = 1.35%

R = 49.1%
G = 49.55%
B = 1.35%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DADC06 (or 0xDADC06) is known color: Bird Flower. HEX triplet: DA, DC and 06. RGB value is (218,220,6). Sum of RGB (Red+Green+Blue) = 218+220+6=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC06 is #2523F9. Grayscale: #C3C3C3. Windows color (decimal): -2434042 or 449754. OLE color: 449754.

HSL color Cylindrical-coordinate representation of color #DADC06: hue angle of 60.56º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DADC06 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 6 -
CMYK 0.01 0 0.97 0.14
HSL 60.56º 0.95% 0.44% -
HSV(B) 60.56º 0.97% 0.86% -
XYZ 54.54 66.1 10.06 -
YUV 195.01 21.34 144.4 -
System Red Green Blue C M Y K H S L
Decimal 218 220 6 0.01 0 0.97 0.14 60.56 0.95 0.44
Hex DA DC 6 1 0 61 E 3D 5F 2C
Octal 332 334 6 1 0 141 16 75 137 54
Binary 11011010 11011100 110 1 0 1100001 1110 111101 1011111 101100

Color Harmonies of #DADC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC06

Black with #DADC06

Text Example


Text Example

White with #DADC06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC06; }

 p { color: rgb(218,220,6); }

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

background-color css

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

 a { background-color: rgb(218,220,6); }

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

border-color css

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

 span { border-color: rgb(218,220,6); }

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