Html Css Color HEX #D0B615 Bird Flower

📋 copy color: '#D0B615'

red 208 ◦ green 182 ◦ blue 21

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

Shades of Bird Flower #D0B615

Tints of Bird Flower #D0B615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.28%

 BLUE value IS 21 (8.59% from 255) = 5.11%

R = 50.61%
G = 44.28%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D0B615 (or 0xD0B615) is known color: Bird Flower. HEX triplet: D0, B6 and 15. RGB value is (208,182,21). Sum of RGB (Red+Green+Blue) = 208+182+21=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 182 (71.48% from 255 or 44.28% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B615 is #2F49EA. Grayscale: #ACACAC. Windows color (decimal): -3099115 or 1423056. OLE color: 1423056.

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

Color convert

RGB 208 182 21 -
CMYK 0 0.12 0.90 0.18
HSL 51.66º 0.82% 0.45% -
HSV(B) 51.66º 0.9% 0.82% -
XYZ 42.88 46.92 7.51 -
YUV 171.42 43.11 154.09 -
System Red Green Blue C M Y K H S L
Decimal 208 182 21 0 0.12 0.90 0.18 51.66 0.82 0.45
Hex D0 B6 15 0 C 5A 12 34 52 2D
Octal 320 266 25 0 14 132 22 64 122 55
Binary 11010000 10110110 10101 0 1100 1011010 10010 110100 1010010 101101

Color Harmonies of #D0B615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B615

Black with #D0B615

Text Example


Text Example

White with #D0B615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B615; }

 p { color: rgb(208,182,21); }

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

background-color css

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

 a { background-color: rgb(208,182,21); }

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

border-color css

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

 span { border-color: rgb(208,182,21); }

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