Html Css Color HEX #D2B811 Bird Flower

📋 copy color: '#D2B811'

red 210 ◦ green 184 ◦ blue 17

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

Shades of Bird Flower #D2B811

Tints of Bird Flower #D2B811

RGB

 RED value IS 210 (82.42% from 255) = 51.09%

 GREEN value IS 184 (72.27% from 255) = 44.77%

 BLUE value IS 17 (7.03% from 255) = 4.14%

R = 51.09%
G = 44.77%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2B811 (or 0xD2B811) is known color: Bird Flower. HEX triplet: D2, B8 and 11. RGB value is (210,184,17). Sum of RGB (Red+Green+Blue) = 210+184+17=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 184 (72.27% from 255 or 44.77% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B811 is #2D47EE. Grayscale: #ADADAD. Windows color (decimal): -2967535 or 1161426. OLE color: 1161426.

HSL color Cylindrical-coordinate representation of color #D2B811: hue angle of 51.92º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2B811 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 184 17 -
CMYK 0 0.12 0.92 0.18
HSL 51.92º 0.85% 0.45% -
HSV(B) 51.92º 0.92% 0.82% -
XYZ 43.82 48.02 7.49 -
YUV 172.74 40.11 154.58 -
System Red Green Blue C M Y K H S L
Decimal 210 184 17 0 0.12 0.92 0.18 51.92 0.85 0.45
Hex D2 B8 11 0 C 5C 12 34 55 2D
Octal 322 270 21 0 14 134 22 64 125 55
Binary 11010010 10111000 10001 0 1100 1011100 10010 110100 1010101 101101

Color Harmonies of #D2B811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B811

Black with #D2B811

Text Example


Text Example

White with #D2B811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B811; }

 p { color: rgb(210,184,17); }

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

background-color css

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

 a { background-color: rgb(210,184,17); }

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

border-color css

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

 span { border-color: rgb(210,184,17); }

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