Html Css Color HEX #D3B315 Sunflower

📋 copy color: '#D3B315'

red 211 ◦ green 179 ◦ blue 21

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

Shades of Sunflower #D3B315

Tints of Sunflower #D3B315

RGB

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

 GREEN value IS 179 (70.31% from 255) = 43.55%

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

R = 51.34%
G = 43.55%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D3B315 (or 0xD3B315) is known color: Sunflower. HEX triplet: D3, B3 and 15. RGB value is (211,179,21). Sum of RGB (Red+Green+Blue) = 211+179+21=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 21 (8.59% from 255 or 5.11% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B315 is #2C4CEA. Grayscale: #ABABAB. Windows color (decimal): -2903275 or 1422291. OLE color: 1422291.

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

Color convert

RGB 211 179 21 -
CMYK 0 0.15 0.90 0.17
HSL 49.89º 0.82% 0.45% -
HSV(B) 49.89º 0.9% 0.83% -
XYZ 43.12 46.14 7.34 -
YUV 170.56 43.6 156.85 -
System Red Green Blue C M Y K H S L
Decimal 211 179 21 0 0.15 0.90 0.17 49.89 0.82 0.45
Hex D3 B3 15 0 F 5A 11 32 52 2D
Octal 323 263 25 0 17 132 21 62 122 55
Binary 11010011 10110011 10101 0 1111 1011010 10001 110010 1010010 101101

Color Harmonies of #D3B315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B315

Black with #D3B315

Text Example


Text Example

White with #D3B315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B315; }

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

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

background-color css

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

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

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

border-color css

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

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

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