Html Css Color HEX #D3B615 Bird Flower

📋 copy color: '#D3B615'

red 211 ◦ green 182 ◦ blue 21

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

Shades of Bird Flower #D3B615

Tints of Bird Flower #D3B615

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.96%

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

R = 50.97%
G = 43.96%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D3B615 (or 0xD3B615) is known color: Bird Flower. HEX triplet: D3, B6 and 15. RGB value is (211,182,21). Sum of RGB (Red+Green+Blue) = 211+182+21=414 (54% of max value = 765). Red value is 211 (82.81% from 255 or 50.97% from 414); Green value is 182 (71.48% from 255 or 43.96% from 414); Blue value is 21 (8.59% from 255 or 5.07% from 414); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B615 is #2C49EA. Grayscale: #ACACAC. Windows color (decimal): -2902507 or 1423059. OLE color: 1423059.

HSL color Cylindrical-coordinate representation of color #D3B615: hue angle of 50.84º 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 #D3B615 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 182 21 -
CMYK 0 0.14 0.90 0.17
HSL 50.84º 0.82% 0.45% -
HSV(B) 50.84º 0.9% 0.83% -
XYZ 43.73 47.36 7.55 -
YUV 172.32 42.61 155.59 -
System Red Green Blue C M Y K H S L
Decimal 211 182 21 0 0.14 0.90 0.17 50.84 0.82 0.45
Hex D3 B6 15 0 E 5A 11 33 52 2D
Octal 323 266 25 0 16 132 21 63 122 55
Binary 11010011 10110110 10101 0 1110 1011010 10001 110011 1010010 101101

Color Harmonies of #D3B615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B615

Black with #D3B615

Text Example


Text Example

White with #D3B615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B615; }

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

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

background-color css

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

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

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

border-color css

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

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

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