Html Css Color HEX #D2D409 Bird Flower

📋 copy color: '#D2D409'

red 210 ◦ green 212 ◦ blue 9

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

Shades of Bird Flower #D2D409

Tints of Bird Flower #D2D409

RGB

 RED value IS 210 (82.42% from 255) = 48.72%

 GREEN value IS 212 (83.2% from 255) = 49.19%

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

R = 48.72%
G = 49.19%
B = 2.09%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D2D409 (or 0xD2D409) is known color: Bird Flower. HEX triplet: D2, D4 and 09. RGB value is (210,212,9). Sum of RGB (Red+Green+Blue) = 210+212+9=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 9 (3.91% from 255 or 2.09% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #D2D409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2D409 is #2D2BF6. Grayscale: #BDBDBD. Windows color (decimal): -2960375 or 644306. OLE color: 644306.

HSL color Cylindrical-coordinate representation of color #D2D409: hue angle of 60.59º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2D409 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 212 9 -
CMYK 0.01 0 0.96 0.17
HSL 60.59º 0.92% 0.43% -
HSV(B) 60.59º 0.96% 0.83% -
XYZ 50.17 60.81 9.35 -
YUV 188.26 26.84 143.51 -
System Red Green Blue C M Y K H S L
Decimal 210 212 9 0.01 0 0.96 0.17 60.59 0.92 0.43
Hex D2 D4 9 1 0 60 11 3D 5C 2B
Octal 322 324 11 1 0 140 21 75 134 53
Binary 11010010 11010100 1001 1 0 1100000 10001 111101 1011100 101011

Color Harmonies of #D2D409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2D409

Black with #D2D409

Text Example


Text Example

White with #D2D409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2D409; }

 p { color: rgb(210,212,9); }

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

background-color css

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

 a { background-color: rgb(210,212,9); }

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

border-color css

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

 span { border-color: rgb(210,212,9); }

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