Html Css Color HEX #D3B215 Sunflower

📋 copy color: '#D3B215'

red 211 ◦ green 178 ◦ blue 21

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

Shades of Sunflower #D3B215

Tints of Sunflower #D3B215

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.41%

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

R = 51.46%
G = 43.41%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D3B215 (or 0xD3B215) is known color: Sunflower. HEX triplet: D3, B2 and 15. RGB value is (211,178,21). Sum of RGB (Red+Green+Blue) = 211+178+21=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3B215 is #2C4DEA. Grayscale: #AAAAAA. Windows color (decimal): -2903531 or 1422035. OLE color: 1422035.

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

Color convert

RGB 211 178 21 -
CMYK 0 0.16 0.90 0.17
HSL 49.58º 0.82% 0.45% -
HSV(B) 49.58º 0.9% 0.83% -
XYZ 42.92 45.74 7.28 -
YUV 169.97 43.93 157.27 -
System Red Green Blue C M Y K H S L
Decimal 211 178 21 0 0.16 0.90 0.17 49.58 0.82 0.45
Hex D3 B2 15 0 10 5A 11 32 52 2D
Octal 323 262 25 0 20 132 21 62 122 55
Binary 11010011 10110010 10101 0 10000 1011010 10001 110010 1010010 101101

Color Harmonies of #D3B215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B215

Black with #D3B215

Text Example


Text Example

White with #D3B215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B215; }

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

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

background-color css

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

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

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

border-color css

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

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

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