Html Css Color HEX #D1BE0B Bird Flower

📋 copy color: '#D1BE0B'

red 209 ◦ green 190 ◦ blue 11

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

Shades of Bird Flower #D1BE0B

Tints of Bird Flower #D1BE0B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46.34%

 BLUE value IS 11 (4.69% from 255) = 2.68%

R = 50.98%
G = 46.34%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D1BE0B (or 0xD1BE0B) is known color: Bird Flower. HEX triplet: D1, BE and 0B. RGB value is (209,190,11). Sum of RGB (Red+Green+Blue) = 209+190+11=410 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.98% from 410); Green value is 190 (74.61% from 255 or 46.34% from 410); Blue value is 11 (4.69% from 255 or 2.68% from 410); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BE0B is #2E41F4. Grayscale: #B0B0B0. Windows color (decimal): -3031541 or 769745. OLE color: 769745.

HSL color Cylindrical-coordinate representation of color #D1BE0B: hue angle of 54.24º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D1BE0B is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 190 11 -
CMYK 0 0.09 0.95 0.18
HSL 54.24º 0.9% 0.43% -
HSV(B) 54.24º 0.95% 0.82% -
XYZ 44.77 50.41 7.69 -
YUV 175.28 35.29 152.05 -
System Red Green Blue C M Y K H S L
Decimal 209 190 11 0 0.09 0.95 0.18 54.24 0.9 0.43
Hex D1 BE B 0 9 5F 12 36 5A 2B
Octal 321 276 13 0 11 137 22 66 132 53
Binary 11010001 10111110 1011 0 1001 1011111 10010 110110 1011010 101011

Color Harmonies of #D1BE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1BE0B

Black with #D1BE0B

Text Example


Text Example

White with #D1BE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1BE0B; }

 p { color: rgb(209,190,11); }

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

background-color css

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

 a { background-color: rgb(209,190,11); }

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

border-color css

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

 span { border-color: rgb(209,190,11); }

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