Html Css Color HEX #DADA06 Bird Flower

📋 copy color: '#DADA06'

red 218 ◦ green 218 ◦ blue 6

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

Shades of Bird Flower #DADA06

Tints of Bird Flower #DADA06

RGB

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

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

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

R = 49.32%
G = 49.32%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#DADA06 (or 0xDADA06) is known color: Bird Flower. HEX triplet: DA, DA and 06. RGB value is (218,218,6). Sum of RGB (Red+Green+Blue) = 218+218+6=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 218 (85.55% from 255 or 49.32% from 442); Blue value is 6 (2.73% from 255 or 1.36% from 442); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADA06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DADA06 is #2525F9. Grayscale: #C2C2C2. Windows color (decimal): -2434554 or 449242. OLE color: 449242.

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

Color convert

RGB 218 218 6 -
CMYK 0 0 0.97 0.15
HSL 60º 0.95% 0.44% -
HSV(B) 60º 0.97% 0.85% -
XYZ 54.02 65.06 9.88 -
YUV 193.83 22 145.24 -
System Red Green Blue C M Y K H S L
Decimal 218 218 6 0 0 0.97 0.15 60 0.95 0.44
Hex DA DA 6 0 0 61 F 3C 5F 2C
Octal 332 332 6 0 0 141 17 74 137 54
Binary 11011010 11011010 110 0 0 1100001 1111 111100 1011111 101100

Color Harmonies of #DADA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADA06

Black with #DADA06

Text Example


Text Example

White with #DADA06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADA06; }

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

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

background-color css

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

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

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

border-color css

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

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

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