Html Css Color HEX #D3BF15 Bird Flower

📋 copy color: '#D3BF15'

red 211 ◦ green 191 ◦ blue 21

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

Shades of Bird Flower #D3BF15

Tints of Bird Flower #D3BF15

RGB

 RED value IS 211 (82.81% from 255) = 49.88%

 GREEN value IS 191 (75% from 255) = 45.15%

 BLUE value IS 21 (8.59% from 255) = 4.96%

R = 49.88%
G = 45.15%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D3BF15 (or 0xD3BF15) is known color: Bird Flower. HEX triplet: D3, BF and 15. RGB value is (211,191,21). Sum of RGB (Red+Green+Blue) = 211+191+21=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 191 (75% from 255 or 45.15% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BF15 is #2C40EA. Grayscale: #B2B2B2. Windows color (decimal): -2900203 or 1425363. OLE color: 1425363.

HSL color Cylindrical-coordinate representation of color #D3BF15: hue angle of 53.68º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3BF15 is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 191 21 -
CMYK 0 0.09 0.90 0.17
HSL 53.68º 0.82% 0.45% -
HSV(B) 53.68º 0.9% 0.83% -
XYZ 45.63 51.16 8.18 -
YUV 177.6 39.63 151.82 -
System Red Green Blue C M Y K H S L
Decimal 211 191 21 0 0.09 0.90 0.17 53.68 0.82 0.45
Hex D3 BF 15 0 9 5A 11 36 52 2D
Octal 323 277 25 0 11 132 21 66 122 55
Binary 11010011 10111111 10101 0 1001 1011010 10001 110110 1010010 101101

Color Harmonies of #D3BF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BF15

Black with #D3BF15

Text Example


Text Example

White with #D3BF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BF15; }

 p { color: rgb(211,191,21); }

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

background-color css

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

 a { background-color: rgb(211,191,21); }

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

border-color css

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

 span { border-color: rgb(211,191,21); }

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