Html Css Color HEX #D6BE10 Bird Flower

📋 copy color: '#D6BE10'

red 214 ◦ green 190 ◦ blue 16

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

Shades of Bird Flower #D6BE10

Tints of Bird Flower #D6BE10

RGB

 RED value IS 214 (83.98% from 255) = 50.95%

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

 BLUE value IS 16 (6.64% from 255) = 3.81%

R = 50.95%
G = 45.24%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6BE10 (or 0xD6BE10) is known color: Bird Flower. HEX triplet: D6, BE and 10. RGB value is (214,190,16). Sum of RGB (Red+Green+Blue) = 214+190+16=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BE10 is #2941EF. Grayscale: #B2B2B2. Windows color (decimal): -2703856 or 1097430. OLE color: 1097430.

HSL color Cylindrical-coordinate representation of color #D6BE10: hue angle of 52.73º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6BE10 is Cyan = 0, Magento = 0.11, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 190 16 -
CMYK 0 0.11 0.93 0.16
HSL 52.73º 0.86% 0.45% -
HSV(B) 52.73º 0.93% 0.84% -
XYZ 46.24 51.16 7.93 -
YUV 177.34 36.95 154.15 -
System Red Green Blue C M Y K H S L
Decimal 214 190 16 0 0.11 0.93 0.16 52.73 0.86 0.45
Hex D6 BE 10 0 B 5D 10 35 56 2D
Octal 326 276 20 0 13 135 20 65 126 55
Binary 11010110 10111110 10000 0 1011 1011101 10000 110101 1010110 101101

Color Harmonies of #D6BE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE10

Black with #D6BE10

Text Example


Text Example

White with #D6BE10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE10; }

 p { color: rgb(214,190,16); }

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

background-color css

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

 a { background-color: rgb(214,190,16); }

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

border-color css

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

 span { border-color: rgb(214,190,16); }

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