Html Css Color HEX #D0B212 Bird Flower

📋 copy color: '#D0B212'

red 208 ◦ green 178 ◦ blue 18

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

Shades of Bird Flower #D0B212

Tints of Bird Flower #D0B212

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.06%

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 51.49%
G = 44.06%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D0B212 (or 0xD0B212) is known color: Bird Flower. HEX triplet: D0, B2 and 12. RGB value is (208,178,18). Sum of RGB (Red+Green+Blue) = 208+178+18=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B212 is #2F4DED. Grayscale: #A9A9A9. Windows color (decimal): -3100142 or 1225424. OLE color: 1225424.

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

Color convert

RGB 208 178 18 -
CMYK 0 0.14 0.91 0.18
HSL 50.53º 0.84% 0.44% -
HSV(B) 50.53º 0.91% 0.82% -
XYZ 42.04 45.29 7.1 -
YUV 168.73 42.94 156.01 -
System Red Green Blue C M Y K H S L
Decimal 208 178 18 0 0.14 0.91 0.18 50.53 0.84 0.44
Hex D0 B2 12 0 E 5B 12 33 54 2C
Octal 320 262 22 0 16 133 22 63 124 54
Binary 11010000 10110010 10010 0 1110 1011011 10010 110011 1010100 101100

Color Harmonies of #D0B212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B212

Black with #D0B212

Text Example


Text Example

White with #D0B212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B212; }

 p { color: rgb(208,178,18); }

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

background-color css

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

 a { background-color: rgb(208,178,18); }

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

border-color css

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

 span { border-color: rgb(208,178,18); }

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