Html Css Color HEX #D1B610 Bird Flower

📋 copy color: '#D1B610'

red 209 ◦ green 182 ◦ blue 16

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

Shades of Bird Flower #D1B610

Tints of Bird Flower #D1B610

RGB

 RED value IS 209 (82.03% from 255) = 51.35%

 GREEN value IS 182 (71.48% from 255) = 44.72%

 BLUE value IS 16 (6.64% from 255) = 3.93%

R = 51.35%
G = 44.72%
B = 3.93%

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

#D1B610 (or 0xD1B610) is known color: Bird Flower. HEX triplet: D1, B6 and 10. RGB value is (209,182,16). Sum of RGB (Red+Green+Blue) = 209+182+16=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B610 is #2E49EF. Grayscale: #ABABAB. Windows color (decimal): -3033584 or 1095377. OLE color: 1095377.

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

Color convert

RGB 209 182 16 -
CMYK 0 0.13 0.92 0.18
HSL 51.61º 0.86% 0.44% -
HSV(B) 51.61º 0.92% 0.82% -
XYZ 43.12 47.05 7.3 -
YUV 171.15 40.45 155 -
System Red Green Blue C M Y K H S L
Decimal 209 182 16 0 0.13 0.92 0.18 51.61 0.86 0.44
Hex D1 B6 10 0 D 5C 12 34 56 2C
Octal 321 266 20 0 15 134 22 64 126 54
Binary 11010001 10110110 10000 0 1101 1011100 10010 110100 1010110 101100

Color Harmonies of #D1B610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B610

Black with #D1B610

Text Example


Text Example

White with #D1B610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B610; }

 p { color: rgb(209,182,16); }

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

background-color css

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

 a { background-color: rgb(209,182,16); }

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

border-color css

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

 span { border-color: rgb(209,182,16); }

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