#DAD70B

Color #DAD70B Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #DAD70B

Tints of Bird Flower #DAD70B

Color information

#DAD70B (or 0xDAD70B) is unknown color: approx Bird Flower. HEX triplet: DA, D7 and 0B. RGB value is (218,215,11). Sum of RGB (Red+Green+Blue) = 218+215+11=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 215 (84.38% from 255 or 48.42% from 444); Blue value is 11 (4.69% from 255 or 2.48% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD70B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAD70B is #2528F4. Grayscale: #C1C1C1. Windows color (decimal): -2435317 or 776154. OLE color: 776154.

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

Color convert

RGB21821511-
CMYK00.010.950.15
HSL59.13º90.39%44.9%-
HSV(B)59.13º94.95%85.49%-
XYZ53.2763.539.77-
YUV192.6425.49146.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.10%
GREEN value IS 215 (84.38% from 255) = 48.42%
BLUE value IS 11 (4.69% from 255) = 2.48%
R=49.10%
G=48.42%
B=2.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2182151100.010.950.1559.1390.3944.9
HexDAD7B015FF3b5a2d
Octal3323271301137177313255
Binary1101101011010111101101101111111111110111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD70B; }

 p { color: rgb(218,215,11); }

 H1.HeaderClassName
 {
   color: #DAD70B;
 }
 .AnyTagClassName
 {
   color: #DAD70B;
 }
</style>
background-color css

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

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

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

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

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

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