Html Css Color HEX #D6B706 Bird Flower

📋 copy color: '#D6B706'

red 214 ◦ green 183 ◦ blue 6

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

Shades of Bird Flower #D6B706

Tints of Bird Flower #D6B706

RGB

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

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

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

R = 53.1%
G = 45.41%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6B706 (or 0xD6B706) is known color: Bird Flower. HEX triplet: D6, B7 and 06. RGB value is (214,183,6). Sum of RGB (Red+Green+Blue) = 214+183+6=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 183 (71.88% from 255 or 45.41% from 403); Blue value is 6 (2.73% from 255 or 1.49% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B706 is #2948F9. Grayscale: #ACACAC. Windows color (decimal): -2705658 or 440278. OLE color: 440278.

HSL color Cylindrical-coordinate representation of color #D6B706: hue angle of 51.06º 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 #D6B706 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 6 -
CMYK 0 0.14 0.97 0.16
HSL 51.06º 0.95% 0.43% -
HSV(B) 51.06º 0.97% 0.84% -
XYZ 44.7 48.18 7.12 -
YUV 172.09 34.27 157.89 -
System Red Green Blue C M Y K H S L
Decimal 214 183 6 0 0.14 0.97 0.16 51.06 0.95 0.43
Hex D6 B7 6 0 E 61 10 33 5F 2B
Octal 326 267 6 0 16 141 20 63 137 53
Binary 11010110 10110111 110 0 1110 1100001 10000 110011 1011111 101011

Color Harmonies of #D6B706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B706

Black with #D6B706

Text Example


Text Example

White with #D6B706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B706; }

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

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

background-color css

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

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

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

border-color css

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

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

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