Html Css Color HEX #D3BF10 Bird Flower

📋 copy color: '#D3BF10'

red 211 ◦ green 191 ◦ blue 16

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

Shades of Bird Flower #D3BF10

Tints of Bird Flower #D3BF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 50.48%
G = 45.69%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D3BF10 (or 0xD3BF10) is known color: Bird Flower. HEX triplet: D3, BF and 10. RGB value is (211,191,16). Sum of RGB (Red+Green+Blue) = 211+191+16=418 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.48% from 418); Green value is 191 (75% from 255 or 45.69% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BF10 is #2C40EF. Grayscale: #B1B1B1. Windows color (decimal): -2900208 or 1097683. OLE color: 1097683.

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

Color convert

RGB 211 191 16 -
CMYK 0 0.09 0.92 0.17
HSL 53.85º 0.86% 0.45% -
HSV(B) 53.85º 0.92% 0.83% -
XYZ 45.59 51.15 7.96 -
YUV 177.03 37.13 152.23 -
System Red Green Blue C M Y K H S L
Decimal 211 191 16 0 0.09 0.92 0.17 53.85 0.86 0.45
Hex D3 BF 10 0 9 5C 11 36 56 2D
Octal 323 277 20 0 11 134 21 66 126 55
Binary 11010011 10111111 10000 0 1001 1011100 10001 110110 1010110 101101

Color Harmonies of #D3BF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BF10

Black with #D3BF10

Text Example


Text Example

White with #D3BF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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