Html Css Color HEX #D2B717 Bird Flower

📋 copy color: '#D2B717'

red 210 ◦ green 183 ◦ blue 23

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

Shades of Bird Flower #D2B717

Tints of Bird Flower #D2B717

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.99%

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

R = 50.48%
G = 43.99%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D2B717 (or 0xD2B717) is known color: Bird Flower. HEX triplet: D2, B7 and 17. RGB value is (210,183,23). Sum of RGB (Red+Green+Blue) = 210+183+23=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 183 (71.88% from 255 or 43.99% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B717 is #2D48E8. Grayscale: #ADADAD. Windows color (decimal): -2967785 or 1554386. OLE color: 1554386.

HSL color Cylindrical-coordinate representation of color #D2B717: hue angle of 51.34º 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 #D2B717 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 183 23 -
CMYK 0 0.13 0.89 0.18
HSL 51.34º 0.8% 0.46% -
HSV(B) 51.34º 0.89% 0.82% -
XYZ 43.67 47.63 7.7 -
YUV 172.83 43.45 154.51 -
System Red Green Blue C M Y K H S L
Decimal 210 183 23 0 0.13 0.89 0.18 51.34 0.8 0.46
Hex D2 B7 17 0 D 59 12 33 50 2E
Octal 322 267 27 0 15 131 22 63 120 56
Binary 11010010 10110111 10111 0 1101 1011001 10010 110011 1010000 101110

Color Harmonies of #D2B717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B717

Black with #D2B717

Text Example


Text Example

White with #D2B717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B717; }

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

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

background-color css

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

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

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

border-color css

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

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

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