Html Css Color HEX #D9BE01 Bird Flower

📋 copy color: '#D9BE01'

red 217 ◦ green 190 ◦ blue 1

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

Shades of Bird Flower #D9BE01

Tints of Bird Flower #D9BE01

RGB

 RED value IS 217 (85.16% from 255) = 53.19%

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

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

R = 53.19%
G = 46.57%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D9BE01 (or 0xD9BE01) is known color: Bird Flower. HEX triplet: D9, BE and 01. RGB value is (217,190,1). Sum of RGB (Red+Green+Blue) = 217+190+1=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9BE01 is #2641FE. Grayscale: #B1B1B1. Windows color (decimal): -2507263 or 114393. OLE color: 114393.

HSL color Cylindrical-coordinate representation of color #D9BE01: hue angle of 52.5º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9BE01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 190 1 -
CMYK 0 0.12 1.00 0.15
HSL 52.5º 0.99% 0.43% -
HSV(B) 52.5º 1% 0.85% -
XYZ 47.03 51.58 7.51 -
YUV 176.53 28.95 156.87 -
System Red Green Blue C M Y K H S L
Decimal 217 190 1 0 0.12 1.00 0.15 52.5 0.99 0.43
Hex D9 BE 1 0 C 64 F 34 63 2B
Octal 331 276 1 0 14 144 17 64 143 53
Binary 11011001 10111110 1 0 1100 1100100 1111 110100 1100011 101011

Color Harmonies of #D9BE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BE01

Black with #D9BE01

Text Example


Text Example

White with #D9BE01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BE01; }

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

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

background-color css

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

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

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

border-color css

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

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

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