Html Css Color HEX #D0BD16 Bird Flower

📋 copy color: '#D0BD16'

red 208 ◦ green 189 ◦ blue 22

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

Shades of Bird Flower #D0BD16

Tints of Bird Flower #D0BD16

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.11%

 BLUE value IS 22 (8.98% from 255) = 5.25%

R = 49.64%
G = 45.11%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D0BD16 (or 0xD0BD16) is known color: Bird Flower. HEX triplet: D0, BD and 16. RGB value is (208,189,22). Sum of RGB (Red+Green+Blue) = 208+189+22=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BD16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BD16 is #2F42E9. Grayscale: #B0B0B0. Windows color (decimal): -3097322 or 1490384. OLE color: 1490384.

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

Color convert

RGB 208 189 22 -
CMYK 0 0.09 0.89 0.18
HSL 53.87º 0.81% 0.45% -
HSV(B) 53.87º 0.89% 0.82% -
XYZ 44.35 49.86 8.05 -
YUV 175.64 41.29 151.08 -
System Red Green Blue C M Y K H S L
Decimal 208 189 22 0 0.09 0.89 0.18 53.87 0.81 0.45
Hex D0 BD 16 0 9 59 12 36 51 2D
Octal 320 275 26 0 11 131 22 66 121 55
Binary 11010000 10111101 10110 0 1001 1011001 10010 110110 1010001 101101

Color Harmonies of #D0BD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BD16

Black with #D0BD16

Text Example


Text Example

White with #D0BD16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BD16; }

 p { color: rgb(208,189,22); }

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

background-color css

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

 a { background-color: rgb(208,189,22); }

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

border-color css

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

 span { border-color: rgb(208,189,22); }

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