Html Css Color HEX #D2BE11 Bird Flower

📋 copy color: '#D2BE11'

red 210 ◦ green 190 ◦ blue 17

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

Shades of Bird Flower #D2BE11

Tints of Bird Flower #D2BE11

RGB

 RED value IS 210 (82.42% from 255) = 50.36%

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

 BLUE value IS 17 (7.03% from 255) = 4.08%

R = 50.36%
G = 45.56%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D2BE11 (or 0xD2BE11) is known color: Bird Flower. HEX triplet: D2, BE and 11. RGB value is (210,190,17). Sum of RGB (Red+Green+Blue) = 210+190+17=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BE11 is #2D41EE. Grayscale: #B0B0B0. Windows color (decimal): -2965999 or 1162962. OLE color: 1162962.

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

Color convert

RGB 210 190 17 -
CMYK 0 0.10 0.92 0.18
HSL 53.78º 0.85% 0.45% -
HSV(B) 53.78º 0.92% 0.82% -
XYZ 45.09 50.57 7.91 -
YUV 176.26 38.13 152.07 -
System Red Green Blue C M Y K H S L
Decimal 210 190 17 0 0.10 0.92 0.18 53.78 0.85 0.45
Hex D2 BE 11 0 A 5C 12 36 55 2D
Octal 322 276 21 0 12 134 22 66 125 55
Binary 11010010 10111110 10001 0 1010 1011100 10010 110110 1010101 101101

Color Harmonies of #D2BE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2BE11

Black with #D2BE11

Text Example


Text Example

White with #D2BE11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2BE11; }

 p { color: rgb(210,190,17); }

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

background-color css

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

 a { background-color: rgb(210,190,17); }

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

border-color css

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

 span { border-color: rgb(210,190,17); }

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