Html Css Color HEX #D6B106 Bird Flower

📋 copy color: '#D6B106'

red 214 ◦ green 177 ◦ blue 6

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

Shades of Bird Flower #D6B106

Tints of Bird Flower #D6B106

RGB

 RED value IS 214 (83.98% from 255) = 53.9%

 GREEN value IS 177 (69.53% from 255) = 44.58%

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 53.9%
G = 44.58%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6B106 (or 0xD6B106) is known color: Bird Flower. HEX triplet: D6, B1 and 06. RGB value is (214,177,6). Sum of RGB (Red+Green+Blue) = 214+177+6=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D6B106 is #294EF9. Grayscale: #A9A9A9. Windows color (decimal): -2707194 or 438742. OLE color: 438742.

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

Color convert

RGB 214 177 6 -
CMYK 0 0.17 0.97 0.16
HSL 49.33º 0.95% 0.43% -
HSV(B) 49.33º 0.97% 0.84% -
XYZ 43.49 45.75 6.71 -
YUV 168.57 36.26 160.4 -
System Red Green Blue C M Y K H S L
Decimal 214 177 6 0 0.17 0.97 0.16 49.33 0.95 0.43
Hex D6 B1 6 0 11 61 10 31 5F 2B
Octal 326 261 6 0 21 141 20 61 137 53
Binary 11010110 10110001 110 0 10001 1100001 10000 110001 1011111 101011

Color Harmonies of #D6B106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B106

Black with #D6B106

Text Example


Text Example

White with #D6B106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B106; }

 p { color: rgb(214,177,6); }

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

background-color css

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

 a { background-color: rgb(214,177,6); }

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

border-color css

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

 span { border-color: rgb(214,177,6); }

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