Html Css Color HEX #D6B409 Bird Flower

📋 copy color: '#D6B409'

red 214 ◦ green 180 ◦ blue 9

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

Shades of Bird Flower #D6B409

Tints of Bird Flower #D6B409

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.67%

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

R = 53.1%
G = 44.67%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D6B409 (or 0xD6B409) is known color: Bird Flower. HEX triplet: D6, B4 and 09. RGB value is (214,180,9). Sum of RGB (Red+Green+Blue) = 214+180+9=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 9 (3.91% from 255 or 2.23% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6B409 is #294BF6. Grayscale: #ABABAB. Windows color (decimal): -2706423 or 636118. OLE color: 636118.

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

Color convert

RGB 214 180 9 -
CMYK 0 0.16 0.96 0.16
HSL 50.05º 0.92% 0.44% -
HSV(B) 50.05º 0.96% 0.84% -
XYZ 44.1 46.96 7 -
YUV 170.67 36.76 158.9 -
System Red Green Blue C M Y K H S L
Decimal 214 180 9 0 0.16 0.96 0.16 50.05 0.92 0.44
Hex D6 B4 9 0 10 60 10 32 5C 2C
Octal 326 264 11 0 20 140 20 62 134 54
Binary 11010110 10110100 1001 0 10000 1100000 10000 110010 1011100 101100

Color Harmonies of #D6B409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B409

Black with #D6B409

Text Example


Text Example

White with #D6B409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B409; }

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

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

background-color css

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

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

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

border-color css

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

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

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