Html Css Color HEX #D1BB03 Bird Flower

📋 copy color: '#D1BB03'

red 209 ◦ green 187 ◦ blue 3

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

Shades of Bird Flower #D1BB03

Tints of Bird Flower #D1BB03

RGB

 RED value IS 209 (82.03% from 255) = 52.38%

 GREEN value IS 187 (73.44% from 255) = 46.87%

 BLUE value IS 3 (1.56% from 255) = 0.75%

R = 52.38%
G = 46.87%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D1BB03 (or 0xD1BB03) is known color: Bird Flower. HEX triplet: D1, BB and 03. RGB value is (209,187,3). Sum of RGB (Red+Green+Blue) = 209+187+3=399 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.38% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 3 (1.56% from 255 or 0.75% from 399); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BB03 is #2E44FC. Grayscale: #ADADAD. Windows color (decimal): -3032317 or 244689. OLE color: 244689.

HSL color Cylindrical-coordinate representation of color #D1BB03: hue angle of 53.59º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1BB03 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 187 3 -
CMYK 0 0.11 0.99 0.18
HSL 53.59º 0.97% 0.42% -
HSV(B) 53.59º 0.99% 0.82% -
XYZ 44.08 49.1 7.24 -
YUV 172.6 32.29 153.96 -
System Red Green Blue C M Y K H S L
Decimal 209 187 3 0 0.11 0.99 0.18 53.59 0.97 0.42
Hex D1 BB 3 0 B 63 12 36 61 2A
Octal 321 273 3 0 13 143 22 66 141 52
Binary 11010001 10111011 11 0 1011 1100011 10010 110110 1100001 101010

Color Harmonies of #D1BB03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BB03

Black with #D1BB03

Text Example


Text Example

White with #D1BB03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BB03; }

 p { color: rgb(209,187,3); }

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

background-color css

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

 a { background-color: rgb(209,187,3); }

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

border-color css

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

 span { border-color: rgb(209,187,3); }

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