Html Css Color HEX #D0B201 Bird Flower

📋 copy color: '#D0B201'

red 208 ◦ green 178 ◦ blue 1

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

Shades of Bird Flower #D0B201

Tints of Bird Flower #D0B201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 53.75%
G = 45.99%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#D0B201 (or 0xD0B201) is known color: Bird Flower. HEX triplet: D0, B2 and 01. RGB value is (208,178,1). Sum of RGB (Red+Green+Blue) = 208+178+1=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 178 (69.92% from 255 or 45.99% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0B201 is #2F4DFE. Grayscale: #A7A7A7. Windows color (decimal): -3100159 or 111312. OLE color: 111312.

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

Color convert

RGB 208 178 1 -
CMYK 0 0.14 1.00 0.18
HSL 51.3º 0.99% 0.41% -
HSV(B) 51.3º 1% 0.82% -
XYZ 41.94 45.25 6.55 -
YUV 166.79 34.44 157.39 -
System Red Green Blue C M Y K H S L
Decimal 208 178 1 0 0.14 1.00 0.18 51.3 0.99 0.41
Hex D0 B2 1 0 E 64 12 33 63 29
Octal 320 262 1 0 16 144 22 63 143 51
Binary 11010000 10110010 1 0 1110 1100100 10010 110011 1100011 101001

Color Harmonies of #D0B201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0B201

Black with #D0B201

Text Example


Text Example

White with #D0B201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0B201; }

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

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

background-color css

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

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

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

border-color css

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

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

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