Html Css Color HEX #D6BE12 Bird Flower

📋 copy color: '#D6BE12'

red 214 ◦ green 190 ◦ blue 18

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

Shades of Bird Flower #D6BE12

Tints of Bird Flower #D6BE12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.27%

R = 50.71%
G = 45.02%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D6BE12 (or 0xD6BE12) is known color: Bird Flower. HEX triplet: D6, BE and 12. RGB value is (214,190,18). Sum of RGB (Red+Green+Blue) = 214+190+18=422 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.71% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 18 (7.42% from 255 or 4.27% from 422); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BE12 is #2941ED. Grayscale: #B2B2B2. Windows color (decimal): -2703854 or 1228502. OLE color: 1228502.

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

Color convert

RGB 214 190 18 -
CMYK 0 0.11 0.92 0.16
HSL 52.65º 0.84% 0.45% -
HSV(B) 52.65º 0.92% 0.84% -
XYZ 46.25 51.17 8.01 -
YUV 177.57 37.95 153.99 -
System Red Green Blue C M Y K H S L
Decimal 214 190 18 0 0.11 0.92 0.16 52.65 0.84 0.45
Hex D6 BE 12 0 B 5C 10 35 54 2D
Octal 326 276 22 0 13 134 20 65 124 55
Binary 11010110 10111110 10010 0 1011 1011100 10000 110101 1010100 101101

Color Harmonies of #D6BE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE12

Black with #D6BE12

Text Example


Text Example

White with #D6BE12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE12; }

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

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

background-color css

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

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

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

border-color css

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

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

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