Html Css Color HEX #D6B609 Bird Flower

📋 copy color: '#D6B609'

red 214 ◦ green 182 ◦ blue 9

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

Shades of Bird Flower #D6B609

Tints of Bird Flower #D6B609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.22%

R = 52.84%
G = 44.94%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D6B609 (or 0xD6B609) is known color: Bird Flower. HEX triplet: D6, B6 and 09. RGB value is (214,182,9). Sum of RGB (Red+Green+Blue) = 214+182+9=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 182 (71.48% from 255 or 44.94% from 405); Blue value is 9 (3.91% from 255 or 2.22% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B609 is #2949F6. Grayscale: #ACACAC. Windows color (decimal): -2705911 or 636630. OLE color: 636630.

HSL color Cylindrical-coordinate representation of color #D6B609: hue angle of 50.63º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6B609 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 182 9 -
CMYK 0 0.15 0.96 0.16
HSL 50.63º 0.92% 0.44% -
HSV(B) 50.63º 0.96% 0.84% -
XYZ 44.51 47.77 7.13 -
YUV 171.85 36.1 158.07 -
System Red Green Blue C M Y K H S L
Decimal 214 182 9 0 0.15 0.96 0.16 50.63 0.92 0.44
Hex D6 B6 9 0 F 60 10 33 5C 2C
Octal 326 266 11 0 17 140 20 63 134 54
Binary 11010110 10110110 1001 0 1111 1100000 10000 110011 1011100 101100

Color Harmonies of #D6B609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B609

Black with #D6B609

Text Example


Text Example

White with #D6B609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B609; }

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

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

background-color css

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

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

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

border-color css

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

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

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