Html Css Color HEX #D2B517 Bird Flower

📋 copy color: '#D2B517'

red 210 ◦ green 181 ◦ blue 23

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

Shades of Bird Flower #D2B517

Tints of Bird Flower #D2B517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.56%

R = 50.72%
G = 43.72%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D2B517 (or 0xD2B517) is known color: Bird Flower. HEX triplet: D2, B5 and 17. RGB value is (210,181,23). Sum of RGB (Red+Green+Blue) = 210+181+23=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 181 (71.09% from 255 or 43.72% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B517 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B517 is #2D4AE8. Grayscale: #ACACAC. Windows color (decimal): -2968297 or 1553874. OLE color: 1553874.

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

Color convert

RGB 210 181 23 -
CMYK 0 0.14 0.89 0.18
HSL 50.7º 0.8% 0.46% -
HSV(B) 50.7º 0.89% 0.82% -
XYZ 43.26 46.81 7.57 -
YUV 171.66 44.11 155.35 -
System Red Green Blue C M Y K H S L
Decimal 210 181 23 0 0.14 0.89 0.18 50.7 0.8 0.46
Hex D2 B5 17 0 E 59 12 33 50 2E
Octal 322 265 27 0 16 131 22 63 120 56
Binary 11010010 10110101 10111 0 1110 1011001 10010 110011 1010000 101110

Color Harmonies of #D2B517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B517

Black with #D2B517

Text Example


Text Example

White with #D2B517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B517; }

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

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

background-color css

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

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

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

border-color css

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

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

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