Html Css Color HEX #D6B607 Bird Flower

📋 copy color: '#D6B607'

red 214 ◦ green 182 ◦ blue 7

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

Shades of Bird Flower #D6B607

Tints of Bird Flower #D6B607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.74%

R = 53.1%
G = 45.16%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D6B607 (or 0xD6B607) is known color: Bird Flower. HEX triplet: D6, B6 and 07. RGB value is (214,182,7). Sum of RGB (Red+Green+Blue) = 214+182+7=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 7 (3.12% from 255 or 1.74% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B607 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B607 is #2949F8. Grayscale: #ACACAC. Windows color (decimal): -2705913 or 505558. OLE color: 505558.

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

Color convert

RGB 214 182 7 -
CMYK 0 0.15 0.97 0.16
HSL 50.72º 0.94% 0.43% -
HSV(B) 50.72º 0.97% 0.84% -
XYZ 44.5 47.77 7.08 -
YUV 171.62 35.1 158.23 -
System Red Green Blue C M Y K H S L
Decimal 214 182 7 0 0.15 0.97 0.16 50.72 0.94 0.43
Hex D6 B6 7 0 F 61 10 33 5E 2B
Octal 326 266 7 0 17 141 20 63 136 53
Binary 11010110 10110110 111 0 1111 1100001 10000 110011 1011110 101011

Color Harmonies of #D6B607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B607

Black with #D6B607

Text Example


Text Example

White with #D6B607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B607; }

 p { color: rgb(214,182,7); }

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

background-color css

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

 a { background-color: rgb(214,182,7); }

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

border-color css

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

 span { border-color: rgb(214,182,7); }

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