Html Css Color HEX #DADC07 Bird Flower

📋 copy color: '#DADC07'

red 218 ◦ green 220 ◦ blue 7

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

Shades of Bird Flower #DADC07

Tints of Bird Flower #DADC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.57%

R = 48.99%
G = 49.44%
B = 1.57%

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

#DADC07 (or 0xDADC07) is known color: Bird Flower. HEX triplet: DA, DC and 07. RGB value is (218,220,7). Sum of RGB (Red+Green+Blue) = 218+220+7=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 220 (86.33% from 255 or 49.44% from 445); Blue value is 7 (3.12% from 255 or 1.57% from 445); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADC07 is #2523F8. Grayscale: #C3C3C3. Windows color (decimal): -2434041 or 515290. OLE color: 515290.

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

Color convert

RGB 218 220 7 -
CMYK 0.01 0 0.97 0.14
HSL 60.56º 0.94% 0.45% -
HSV(B) 60.56º 0.97% 0.86% -
XYZ 54.55 66.11 10.09 -
YUV 195.12 21.84 144.32 -
System Red Green Blue C M Y K H S L
Decimal 218 220 7 0.01 0 0.97 0.14 60.56 0.94 0.45
Hex DA DC 7 1 0 61 E 3D 5E 2D
Octal 332 334 7 1 0 141 16 75 136 55
Binary 11011010 11011100 111 1 0 1100001 1110 111101 1011110 101101

Color Harmonies of #DADC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC07

Black with #DADC07

Text Example


Text Example

White with #DADC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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