Html Css Color HEX #D7BA01 Bird Flower

📋 copy color: '#D7BA01'

red 215 ◦ green 186 ◦ blue 1

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

Shades of Bird Flower #D7BA01

Tints of Bird Flower #D7BA01

RGB

 RED value IS 215 (84.38% from 255) = 53.48%

 GREEN value IS 186 (73.05% from 255) = 46.27%

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

R = 53.48%
G = 46.27%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D7BA01 (or 0xD7BA01) is known color: Bird Flower. HEX triplet: D7, BA and 01. RGB value is (215,186,1). Sum of RGB (Red+Green+Blue) = 215+186+1=402 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.48% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 215 - color contains mainly: red. Hex color #D7BA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7BA01 is #2845FE. Grayscale: #AEAEAE. Windows color (decimal): -2639359 or 113367. OLE color: 113367.

HSL color Cylindrical-coordinate representation of color #D7BA01: hue angle of 51.87º 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 #D7BA01 is Cyan = 0, Magento = 0.13, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 186 1 -
CMYK 0 0.13 1.00 0.16
HSL 51.87º 0.99% 0.42% -
HSV(B) 51.87º 1% 0.84% -
XYZ 45.59 49.57 7.19 -
YUV 173.58 30.61 157.54 -
System Red Green Blue C M Y K H S L
Decimal 215 186 1 0 0.13 1.00 0.16 51.87 0.99 0.42
Hex D7 BA 1 0 D 64 10 34 63 2A
Octal 327 272 1 0 15 144 20 64 143 52
Binary 11010111 10111010 1 0 1101 1100100 10000 110100 1100011 101010

Color Harmonies of #D7BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7BA01

Black with #D7BA01

Text Example


Text Example

White with #D7BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7BA01; }

 p { color: rgb(215,186,1); }

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

background-color css

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

 a { background-color: rgb(215,186,1); }

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

border-color css

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

 span { border-color: rgb(215,186,1); }

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