Html Css Color HEX #D0B717 Bird Flower

📋 copy color: '#D0B717'

red 208 ◦ green 183 ◦ blue 23

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

Shades of Bird Flower #D0B717

Tints of Bird Flower #D0B717

RGB

 RED value IS 208 (81.64% from 255) = 50.24%

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

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

R = 50.24%
G = 44.2%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D0B717 (or 0xD0B717) is known color: Bird Flower. HEX triplet: D0, B7 and 17. RGB value is (208,183,23). Sum of RGB (Red+Green+Blue) = 208+183+23=414 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.24% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B717 is #2F48E8. Grayscale: #ACACAC. Windows color (decimal): -3098857 or 1554384. OLE color: 1554384.

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

Color convert

RGB 208 183 23 -
CMYK 0 0.12 0.89 0.18
HSL 51.89º 0.8% 0.45% -
HSV(B) 51.89º 0.89% 0.82% -
XYZ 43.1 47.34 7.68 -
YUV 172.24 43.78 153.51 -
System Red Green Blue C M Y K H S L
Decimal 208 183 23 0 0.12 0.89 0.18 51.89 0.8 0.45
Hex D0 B7 17 0 C 59 12 34 50 2D
Octal 320 267 27 0 14 131 22 64 120 55
Binary 11010000 10110111 10111 0 1100 1011001 10010 110100 1010000 101101

Color Harmonies of #D0B717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B717

Black with #D0B717

Text Example


Text Example

White with #D0B717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B717; }

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

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

background-color css

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

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

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

border-color css

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

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

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