Html Css Color HEX #D6D309 Bird Flower

📋 copy color: '#D6D309'

red 214 ◦ green 211 ◦ blue 9

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

Shades of Bird Flower #D6D309

Tints of Bird Flower #D6D309

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.62%

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

R = 49.31%
G = 48.62%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D6D309 (or 0xD6D309) is known color: Bird Flower. HEX triplet: D6, D3 and 09. RGB value is (214,211,9). Sum of RGB (Red+Green+Blue) = 214+211+9=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 9 (3.91% from 255 or 2.07% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D309 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D309 is #292CF6. Grayscale: #BDBDBD. Windows color (decimal): -2698487 or 644054. OLE color: 644054.

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

Color convert

RGB 214 211 9 -
CMYK 0 0.01 0.96 0.16
HSL 59.12º 0.92% 0.44% -
HSV(B) 59.12º 0.96% 0.84% -
XYZ 51.08 60.9 9.32 -
YUV 188.87 26.49 145.93 -
System Red Green Blue C M Y K H S L
Decimal 214 211 9 0 0.01 0.96 0.16 59.12 0.92 0.44
Hex D6 D3 9 0 1 60 10 3B 5C 2C
Octal 326 323 11 0 1 140 20 73 134 54
Binary 11010110 11010011 1001 0 1 1100000 10000 111011 1011100 101100

Color Harmonies of #D6D309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D309

Black with #D6D309

Text Example


Text Example

White with #D6D309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D309; }

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

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

background-color css

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

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

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

border-color css

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

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

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