#D7D30B

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

Shades of Bird Flower #D7D30B

Tints of Bird Flower #D7D30B

Color information

#D7D30B (or 0xD7D30B) is unknown color: approx Bird Flower. HEX triplet: D7, D3 and 0B. RGB value is (215,211,11). Sum of RGB (Red+Green+Blue) = 215+211+11=437 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.20% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 11 (4.69% from 255 or 2.52% from 437); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D30B is #282CF4. Grayscale: #BEBEBE. Windows color (decimal): -2632949 or 775127. OLE color: 775127.

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

Color convert

RGB21521111-
CMYK00.020.950.16
HSL58.82º90.27%44.31%-
HSV(B)58.82º94.88%84.31%-
XYZ51.3861.069.39-
YUV189.427.33146.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 49.20%
GREEN value IS 211 (82.81% from 255) = 48.28%
BLUE value IS 11 (4.69% from 255) = 2.52%
R=49.20%
G=48.28%
B=2.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152111100.020.950.1658.8290.2744.31
HexD7D3B025F103b5a2c
Octal3273231302137207313254
Binary110101111101001110110101011111100001110111011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D30B; }

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

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

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

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

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

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

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

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