Html Css Color HEX #D2B711 Bird Flower

📋 copy color: '#D2B711'

red 210 ◦ green 183 ◦ blue 17

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

Shades of Bird Flower #D2B711

Tints of Bird Flower #D2B711

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.63%

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

R = 51.22%
G = 44.63%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2B711 (or 0xD2B711) is known color: Bird Flower. HEX triplet: D2, B7 and 11. RGB value is (210,183,17). Sum of RGB (Red+Green+Blue) = 210+183+17=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 17 (7.03% from 255 or 4.15% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B711 is #2D48EE. Grayscale: #ACACAC. Windows color (decimal): -2967791 or 1161170. OLE color: 1161170.

HSL color Cylindrical-coordinate representation of color #D2B711: hue angle of 51.61º 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 #D2B711 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 183 17 -
CMYK 0 0.13 0.92 0.18
HSL 51.61º 0.85% 0.45% -
HSV(B) 51.61º 0.92% 0.82% -
XYZ 43.61 47.61 7.42 -
YUV 172.15 40.45 155 -
System Red Green Blue C M Y K H S L
Decimal 210 183 17 0 0.13 0.92 0.18 51.61 0.85 0.45
Hex D2 B7 11 0 D 5C 12 34 55 2D
Octal 322 267 21 0 15 134 22 64 125 55
Binary 11010010 10110111 10001 0 1101 1011100 10010 110100 1010101 101101

Color Harmonies of #D2B711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B711

Black with #D2B711

Text Example


Text Example

White with #D2B711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B711; }

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

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

background-color css

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

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

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

border-color css

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

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

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