Html Css Color HEX #D0B010 Bird Flower

📋 copy color: '#D0B010'

red 208 ◦ green 176 ◦ blue 16

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

Shades of Bird Flower #D0B010

Tints of Bird Flower #D0B010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44%

 BLUE value IS 16 (6.64% from 255) = 4%

R = 52%
G = 44%
B = 4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0B010 (or 0xD0B010) is known color: Bird Flower. HEX triplet: D0, B0 and 10. RGB value is (208,176,16). Sum of RGB (Red+Green+Blue) = 208+176+16=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 176 (69.14% from 255 or 44% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B010 is #2F4FEF. Grayscale: #A7A7A7. Windows color (decimal): -3100656 or 1093840. OLE color: 1093840.

HSL color Cylindrical-coordinate representation of color #D0B010: hue angle of 50º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D0B010 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 176 16 -
CMYK 0 0.15 0.92 0.18
HSL 50º 0.86% 0.44% -
HSV(B) 50º 0.92% 0.82% -
XYZ 41.63 44.5 6.88 -
YUV 167.33 42.6 157.01 -
System Red Green Blue C M Y K H S L
Decimal 208 176 16 0 0.15 0.92 0.18 50 0.86 0.44
Hex D0 B0 10 0 F 5C 12 32 56 2C
Octal 320 260 20 0 17 134 22 62 126 54
Binary 11010000 10110000 10000 0 1111 1011100 10010 110010 1010110 101100

Color Harmonies of #D0B010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B010

Black with #D0B010

Text Example


Text Example

White with #D0B010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B010; }

 p { color: rgb(208,176,16); }

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

background-color css

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

 a { background-color: rgb(208,176,16); }

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

border-color css

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

 span { border-color: rgb(208,176,16); }

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