Html Css Color HEX #D2B409 Bird Flower

📋 copy color: '#D2B409'

red 210 ◦ green 180 ◦ blue 9

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

Shades of Bird Flower #D2B409

Tints of Bird Flower #D2B409

RGB

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

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

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

R = 52.63%
G = 45.11%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D2B409 (or 0xD2B409) is known color: Bird Flower. HEX triplet: D2, B4 and 09. RGB value is (210,180,9). Sum of RGB (Red+Green+Blue) = 210+180+9=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B409 is #2D4BF6. Grayscale: #AAAAAA. Windows color (decimal): -2968567 or 636114. OLE color: 636114.

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

Color convert

RGB 210 180 9 -
CMYK 0 0.14 0.96 0.18
HSL 51.04º 0.92% 0.43% -
HSV(B) 51.04º 0.96% 0.82% -
XYZ 42.95 46.36 6.94 -
YUV 169.48 37.44 156.9 -
System Red Green Blue C M Y K H S L
Decimal 210 180 9 0 0.14 0.96 0.18 51.04 0.92 0.43
Hex D2 B4 9 0 E 60 12 33 5C 2B
Octal 322 264 11 0 16 140 22 63 134 53
Binary 11010010 10110100 1001 0 1110 1100000 10010 110011 1011100 101011

Color Harmonies of #D2B409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B409

Black with #D2B409

Text Example


Text Example

White with #D2B409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B409; }

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

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

background-color css

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

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

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

border-color css

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

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

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