Html Css Color HEX #D6BE01 Bird Flower

📋 copy color: '#D6BE01'

red 214 ◦ green 190 ◦ blue 1

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

Shades of Bird Flower #D6BE01

Tints of Bird Flower #D6BE01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 52.84%
G = 46.91%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D6BE01 (or 0xD6BE01) is known color: Bird Flower. HEX triplet: D6, BE and 01. RGB value is (214,190,1). Sum of RGB (Red+Green+Blue) = 214+190+1=405 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.84% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BE01 is #2941FE. Grayscale: #B0B0B0. Windows color (decimal): -2703871 or 114390. OLE color: 114390.

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

Color convert

RGB 214 190 1 -
CMYK 0 0.11 1.00 0.16
HSL 53.24º 0.99% 0.42% -
HSV(B) 53.24º 1% 0.84% -
XYZ 46.15 51.13 7.46 -
YUV 175.63 29.45 155.37 -
System Red Green Blue C M Y K H S L
Decimal 214 190 1 0 0.11 1.00 0.16 53.24 0.99 0.42
Hex D6 BE 1 0 B 64 10 35 63 2A
Octal 326 276 1 0 13 144 20 65 143 52
Binary 11010110 10111110 1 0 1011 1100100 10000 110101 1100011 101010

Color Harmonies of #D6BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BE01

Black with #D6BE01

Text Example


Text Example

White with #D6BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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