Html Css Color HEX #D2B50F Bird Flower

📋 copy color: '#D2B50F'

red 210 ◦ green 181 ◦ blue 15

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

Shades of Bird Flower #D2B50F

Tints of Bird Flower #D2B50F

RGB

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

 GREEN value IS 181 (71.09% from 255) = 44.58%

 BLUE value IS 15 (6.25% from 255) = 3.69%

R = 51.72%
G = 44.58%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D2B50F (or 0xD2B50F) is known color: Bird Flower. HEX triplet: D2, B5 and 0F. RGB value is (210,181,15). Sum of RGB (Red+Green+Blue) = 210+181+15=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 181 (71.09% from 255 or 44.58% from 406); Blue value is 15 (6.25% from 255 or 3.69% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B50F is #2D4AF0. Grayscale: #ABABAB. Windows color (decimal): -2968305 or 1029586. OLE color: 1029586.

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

Color convert

RGB 210 181 15 -
CMYK 0 0.14 0.93 0.18
HSL 51.08º 0.87% 0.44% -
HSV(B) 51.08º 0.93% 0.82% -
XYZ 43.19 46.78 7.21 -
YUV 170.75 40.11 156 -
System Red Green Blue C M Y K H S L
Decimal 210 181 15 0 0.14 0.93 0.18 51.08 0.87 0.44
Hex D2 B5 F 0 E 5D 12 33 57 2C
Octal 322 265 17 0 16 135 22 63 127 54
Binary 11010010 10110101 1111 0 1110 1011101 10010 110011 1010111 101100

Color Harmonies of #D2B50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B50F

Black with #D2B50F

Text Example


Text Example

White with #D2B50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B50F; }

 p { color: rgb(210,181,15); }

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

background-color css

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

 a { background-color: rgb(210,181,15); }

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

border-color css

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

 span { border-color: rgb(210,181,15); }

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