Html Css Color HEX #D0B500 Bird Flower

📋 copy color: '#D0B500'

red 208 ◦ green 181 ◦ blue 0

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

Shades of Bird Flower #D0B500

Tints of Bird Flower #D0B500

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.53%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.47%
G = 46.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#D0B500 (or 0xD0B500) is known color: Bird Flower. HEX triplet: D0, B5 and 00. RGB value is (208,181,0). Sum of RGB (Red+Green+Blue) = 208+181+0=389 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.47% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 0 (0.39% from 255 or 0% from 389); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B500 is #2F4AFF. Grayscale: #A9A9A9. Windows color (decimal): -3099392 or 46544. OLE color: 46544.

HSL color Cylindrical-coordinate representation of color #D0B500: hue angle of 52.21º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0B500 is Cyan = 0, Magento = 0.13, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 181 0 -
CMYK 0 0.13 1 0.18
HSL 52.21º 1% 0.41% -
HSV(B) 52.21º 1% 0.82% -
XYZ 42.54 46.46 6.73 -
YUV 168.44 32.95 156.22 -
System Red Green Blue C M Y K H S L
Decimal 208 181 0 0 0.13 1 0.18 52.21 1 0.41
Hex D0 B5 0 0 D 64 12 34 64 29
Octal 320 265 0 0 15 144 22 64 144 51
Binary 11010000 10110101 0 0 1101 1100100 10010 110100 1100100 101001

Color Harmonies of #D0B500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B500

Black with #D0B500

Text Example


Text Example

White with #D0B500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B500; }

 p { color: rgb(208,181,0); }

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

background-color css

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

 a { background-color: rgb(208,181,0); }

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

border-color css

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

 span { border-color: rgb(208,181,0); }

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