#D4D00B

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

Shades of Bird Flower #D4D00B

Tints of Bird Flower #D4D00B

Color information

#D4D00B (or 0xD4D00B) is unknown color: approx Bird Flower. HEX triplet: D4, D0 and 0B. RGB value is (212,208,11). Sum of RGB (Red+Green+Blue) = 212+208+11=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 11 (4.69% from 255 or 2.55% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D00B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D00B is #2B2FF4. Grayscale: #BBBBBB. Windows color (decimal): -2830325 or 774356. OLE color: 774356.

HSL color Cylindrical-coordinate representation of color #D4D00B: hue angle of 58.81º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4D00B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.17.

Color convert

RGB21220811-
CMYK00.020.950.17
HSL58.81º90.13%43.73%-
HSV(B)58.81º94.81%83.14%-
XYZ49.7759.139.11-
YUV186.7428.83146.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 49.19%
GREEN value IS 208 (81.64% from 255) = 48.26%
BLUE value IS 11 (4.69% from 255) = 2.55%
R=49.19%
G=48.26%
B=2.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2122081100.020.950.1758.8190.1343.73
HexD4D0B025F113b5a2c
Octal3243201302137217313254
Binary110101001101000010110101011111100011110111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D00B; }

 p { color: rgb(212,208,11); }

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

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

 a { background-color: rgb(212,208,11); }

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

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

 span { border-color: rgb(212,208,11); }

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