Html Css Color HEX #D0BC16 Bird Flower

📋 copy color: '#D0BC16'

red 208 ◦ green 188 ◦ blue 22

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

Shades of Bird Flower #D0BC16

Tints of Bird Flower #D0BC16

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.98%

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

R = 49.76%
G = 44.98%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D0BC16 (or 0xD0BC16) is known color: Bird Flower. HEX triplet: D0, BC and 16. RGB value is (208,188,22). Sum of RGB (Red+Green+Blue) = 208+188+22=418 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.76% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 22 (8.98% from 255 or 5.26% from 418); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0BC16 is #2F43E9. Grayscale: #AFAFAF. Windows color (decimal): -3097578 or 1490128. OLE color: 1490128.

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

Color convert

RGB 208 188 22 -
CMYK 0 0.10 0.89 0.18
HSL 53.55º 0.81% 0.45% -
HSV(B) 53.55º 0.89% 0.82% -
XYZ 44.14 49.43 7.97 -
YUV 175.06 41.63 151.5 -
System Red Green Blue C M Y K H S L
Decimal 208 188 22 0 0.10 0.89 0.18 53.55 0.81 0.45
Hex D0 BC 16 0 A 59 12 36 51 2D
Octal 320 274 26 0 12 131 22 66 121 55
Binary 11010000 10111100 10110 0 1010 1011001 10010 110110 1010001 101101

Color Harmonies of #D0BC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0BC16

Black with #D0BC16

Text Example


Text Example

White with #D0BC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0BC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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