Html Css Color HEX #D3B314 Sunflower

📋 copy color: '#D3B314'

red 211 ◦ green 179 ◦ blue 20

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

Shades of Sunflower #D3B314

Tints of Sunflower #D3B314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.88%

R = 51.46%
G = 43.66%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D3B314 (or 0xD3B314) is known color: Sunflower. HEX triplet: D3, B3 and 14. RGB value is (211,179,20). Sum of RGB (Red+Green+Blue) = 211+179+20=410 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.46% from 410); Green value is 179 (70.31% from 255 or 43.66% from 410); Blue value is 20 (8.20% from 255 or 4.88% from 410); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3B314 is #2C4CEB. Grayscale: #ABABAB. Windows color (decimal): -2903276 or 1356755. OLE color: 1356755.

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

Color convert

RGB 211 179 20 -
CMYK 0 0.15 0.91 0.17
HSL 49.95º 0.83% 0.45% -
HSV(B) 49.95º 0.91% 0.83% -
XYZ 43.11 46.14 7.3 -
YUV 170.44 43.1 156.93 -
System Red Green Blue C M Y K H S L
Decimal 211 179 20 0 0.15 0.91 0.17 49.95 0.83 0.45
Hex D3 B3 14 0 F 5B 11 32 53 2D
Octal 323 263 24 0 17 133 21 62 123 55
Binary 11010011 10110011 10100 0 1111 1011011 10001 110010 1010011 101101

Color Harmonies of #D3B314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3B314

Black with #D3B314

Text Example


Text Example

White with #D3B314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3B314; }

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

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

background-color css

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

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

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

border-color css

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

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

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